Information about plays

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

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

{
    "id": 3553953,
    "uri": "https://api.kexp.org/v2/plays/3553953/?format=api",
    "airdate": "2025-09-16T23:33:55-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia600902.us.archive.org/31/items/mbid-366d4c5c-2b32-4fe7-bdbe-846717aedf2e/mbid-366d4c5c-2b32-4fe7-bdbe-846717aedf2e-42169959921_thumb500.jpg",
    "thumbnail_uri": "https://dn721507.ca.archive.org/0/items/mbid-366d4c5c-2b32-4fe7-bdbe-846717aedf2e/mbid-366d4c5c-2b32-4fe7-bdbe-846717aedf2e-42169959921_thumb250.jpg",
    "song": "Days Go By",
    "track_id": "78be73a4-b1da-4d77-91f6-693c1d3aedf9",
    "recording_id": "351fd41e-1123-4047-93e3-f2bc355d90d1",
    "artist": "james K",
    "artist_ids": [
        "1b1ecf77-6435-4c3f-9570-9ae941112ade"
    ],
    "album": "Friend",
    "release_id": "366d4c5c-2b32-4fe7-bdbe-846717aedf2e",
    "release_group_id": "63d6ed5a-c459-419a-ad64-c59df04c5f5a",
    "labels": [
        "AD 93"
    ],
    "label_ids": [
        "92463c32-4730-459f-ba31-b8b61f4194b1"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super interesting new record from James K. She's playing at Seattle Substation 10/15. http://james-k.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}