Information about plays

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

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

{
    "id": 3644056,
    "uri": "https://api.kexp.org/v2/plays/3644056/?format=api",
    "airdate": "2026-04-19T08:21:07-07:00",
    "show": 66494,
    "show_uri": "https://api.kexp.org/v2/shows/66494/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7544a76-4d7a-4152-a961-291430c4e56a/44889477451-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7544a76-4d7a-4152-a961-291430c4e56a/44889477451-250.jpg",
    "song": "Eftersol",
    "track_id": null,
    "recording_id": "2a661aca-a534-4b56-a76a-4adb2aa76aa5",
    "artist": "Old Amica",
    "artist_ids": [
        "4ad1ce00-23e8-4752-afa0-f7916ad3e67c"
    ],
    "album": "Bländverk",
    "release_id": null,
    "release_group_id": "e34f2e32-9ad8-4f1e-a188-921de6d92873",
    "labels": [
        "Whitelabrecs"
    ],
    "label_ids": [
        "9ecf6a18-c45d-47cb-bbb3-dec6c35405a6"
    ],
    "release_date": "2026-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new album from the Swedish duo Old Amica that's newly out on the wonderful British label Whitelabrecs ~ https://whitelabrecs.bandcamp.com/album/bla-ndverk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}