Information about plays

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

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

{
    "id": 3637924,
    "uri": "https://api.kexp.org/v2/plays/3637924/?format=api",
    "airdate": "2026-04-04T21:34:17-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/a33102ee-faae-4d2c-8632-1afc6bde4bb7/20267804418-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a33102ee-faae-4d2c-8632-1afc6bde4bb7/20267804418-250.jpg",
    "song": "Little Thing + Owing Money",
    "track_id": null,
    "recording_id": null,
    "artist": "Dark Thoughts",
    "artist_ids": [
        "9eb8c6ae-2b63-4021-a3fe-5c66387bd3db"
    ],
    "album": "At Work",
    "release_id": null,
    "release_group_id": "49e758b9-9133-4509-9839-cb5b9df64ed6",
    "labels": [
        "Stupid Bag Records"
    ],
    "label_ids": [
        "f44d815b-4a79-4da7-a01b-87829a590883"
    ],
    "release_date": "2018-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also available via Drunken Sailor Records.\n\nhttps://dark-thoughts.bandcamp.com/album/must-be-nice",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}