Information about plays

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

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

{
    "id": 3635377,
    "uri": "https://api.kexp.org/v2/plays/3635377/?format=api",
    "airdate": "2026-03-30T00:41:31-07:00",
    "show": 66316,
    "show_uri": "https://api.kexp.org/v2/shows/66316/?format=api",
    "image_uri": "https://coverartarchive.org/release/589b93b2-368b-4d99-bc38-9254d38a9446/25982302306-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/589b93b2-368b-4d99-bc38-9254d38a9446/25982302306-250.jpg",
    "song": "Coming Back Home",
    "track_id": null,
    "recording_id": "1a27b385-01d9-4582-abeb-7e6aafbb7880",
    "artist": "Bloqueador Solar",
    "artist_ids": [
        "3434d131-1032-4ffb-8a57-af6d2d48fac1"
    ],
    "album": "Terje Nordgarden",
    "release_id": null,
    "release_group_id": "071b83a1-69bb-3fb7-92bc-a5a0e2528157",
    "labels": [
        "Stoutmusic"
    ],
    "label_ids": [
        "3a7801d7-703f-4266-bbb6-ebc3fad9b1a3"
    ],
    "release_date": "2003-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}