Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3625834/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3625834,
    "uri": "https://api.kexp.org/v2/plays/3625834/?format=api",
    "airdate": "2026-03-06T02:13:22-08:00",
    "show": 66103,
    "show_uri": "https://api.kexp.org/v2/shows/66103/?format=api",
    "image_uri": "https://dn710401.ca.archive.org/0/items/mbid-df1129a0-c483-4289-8c16-37bdd952aa4d/mbid-df1129a0-c483-4289-8c16-37bdd952aa4d-44436249259_thumb500.jpg",
    "thumbnail_uri": "https://dn710401.ca.archive.org/0/items/mbid-df1129a0-c483-4289-8c16-37bdd952aa4d/mbid-df1129a0-c483-4289-8c16-37bdd952aa4d-44436249259_thumb250.jpg",
    "song": "Nothing Rhymes with Myself",
    "track_id": "741f8264-511c-4b6c-9a6b-3ab9f2b21d8c",
    "recording_id": "8cc641b1-b785-432e-b1e1-9cfead18ae78",
    "artist": "Mona et Toi",
    "artist_ids": [
        "38fa8fa6-cb88-4d1c-8e41-3259053fa60a"
    ],
    "album": "Nothing Rhymes with Myself",
    "release_id": "df1129a0-c483-4289-8c16-37bdd952aa4d",
    "release_group_id": "1fe08343-e393-465f-aad3-629419d999c5",
    "labels": [
        "Hey Boy"
    ],
    "label_ids": [
        "1fcab9f5-3374-4d4d-945a-d93d539c929d"
    ],
    "release_date": "2026-02-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}