Information about plays

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

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

{
    "id": 3546353,
    "uri": "https://api.kexp.org/v2/plays/3546353/?format=api",
    "airdate": "2025-08-29T15:22:49-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia902901.us.archive.org/31/items/mbid-f9255385-d041-477d-a601-d11e62180e13/mbid-f9255385-d041-477d-a601-d11e62180e13-3374996520_thumb500.jpg",
    "thumbnail_uri": "https://ia902901.us.archive.org/31/items/mbid-f9255385-d041-477d-a601-d11e62180e13/mbid-f9255385-d041-477d-a601-d11e62180e13-3374996520_thumb250.jpg",
    "song": "Don’t Feel Right",
    "track_id": "8843f13b-7f21-329c-86a8-d2425d3c054f",
    "recording_id": "19210099-4a3b-4367-ad23-b315f9a16338",
    "artist": "The Roots feat. Maimouna Youssef",
    "artist_ids": [
        "77a9fb11-33f7-4650-8640-363a24b0bf22",
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Game Theory",
    "release_id": "f9255385-d041-477d-a601-d11e62180e13",
    "release_group_id": "28f24dc6-8fd8-3635-a1cb-5a394fcf542d",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2006-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}