Information about plays

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

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

{
    "id": 3656950,
    "uri": "https://api.kexp.org/v2/plays/3656950/?format=api",
    "airdate": "2026-05-19T19:25:59-07:00",
    "show": 66761,
    "show_uri": "https://api.kexp.org/v2/shows/66761/?format=api",
    "image_uri": "https://ia801805.us.archive.org/14/items/mbid-a56db13b-dbf4-430c-9feb-e753c9c9788e/mbid-a56db13b-dbf4-430c-9feb-e753c9c9788e-28049022340_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-a56db13b-dbf4-430c-9feb-e753c9c9788e/mbid-a56db13b-dbf4-430c-9feb-e753c9c9788e-28049022340_thumb250.jpg",
    "song": "Zombie (edit)",
    "track_id": "6d9047f3-8551-4c01-b117-aa9681d8ea1e",
    "recording_id": "a5575d0a-6060-4c37-a1a5-f09504758e99",
    "artist": "Fela Kuti",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a"
    ],
    "album": "Zombie",
    "release_id": "a56db13b-dbf4-430c-9feb-e753c9c9788e",
    "release_group_id": "517cbfb2-2279-4af9-8ca7-1c4c1a444925",
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "2020-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}