Information about plays

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

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

{
    "id": 3617273,
    "uri": "https://api.kexp.org/v2/plays/3617273/?format=api",
    "airdate": "2026-02-14T06:41:17-08:00",
    "show": 65929,
    "show_uri": "https://api.kexp.org/v2/shows/65929/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-f4783344-6746-4938-b908-16e2c82e7ff9/mbid-f4783344-6746-4938-b908-16e2c82e7ff9-2045768228_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-f4783344-6746-4938-b908-16e2c82e7ff9/mbid-f4783344-6746-4938-b908-16e2c82e7ff9-2045768228_thumb250.jpg",
    "song": "Maps",
    "track_id": "820cb54b-d371-37ab-a0d9-1db0826d6b3e",
    "recording_id": "2d06f1ff-41e5-4e53-913a-c670b99c9d1e",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": "f4783344-6746-4938-b908-16e2c82e7ff9",
    "release_group_id": "e8e2d824-dd32-3b24-9c7c-24619fbe86a9",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2003-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}