Information about plays

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

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

{
    "id": 3636896,
    "uri": "https://api.kexp.org/v2/plays/3636896/?format=api",
    "airdate": "2026-04-02T14:21:05-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-2c200a25-dedc-412c-9347-034e43733e14/mbid-2c200a25-dedc-412c-9347-034e43733e14-42893397169_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-2c200a25-dedc-412c-9347-034e43733e14/mbid-2c200a25-dedc-412c-9347-034e43733e14-42893397169_thumb250.jpg",
    "song": "Modern Marvel",
    "track_id": "73aa9511-eb11-45fe-a3d0-b3271307c3b9",
    "recording_id": "9b7b5813-4452-42c0-9d76-0b3acfd72c5d",
    "artist": "Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d"
    ],
    "album": "The New Danger",
    "release_id": "13ddb4ff-d2c3-4406-8c67-9d322ea9e404",
    "release_group_id": "4d0fd091-18c3-3c0d-8161-017296db71e9",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Modern Marvel\" contains samples of \"What's Going On\" by Marvin Gaye, \"Flyin' High (In the Friendly Sky)\" by Marvin Gaye and \"A Chorus Line\" by Ultramagnetic MC's.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}