Information about plays

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

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

{
    "id": 3574029,
    "uri": "https://api.kexp.org/v2/plays/3574029/?format=api",
    "airdate": "2025-11-04T19:52:54-08:00",
    "show": 65024,
    "show_uri": "https://api.kexp.org/v2/shows/65024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DJ",
    "track_id": null,
    "recording_id": null,
    "artist": "Ata Kak",
    "artist_ids": [
        "85624ba0-cbb1-47ed-97b5-6676813edac8"
    ],
    "album": "Batakari",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Awesome Tapes From Africa"
    ],
    "label_ids": [
        "967b585c-7107-4770-8480-ba501aba6d50"
    ],
    "release_date": "2025-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghanaian legend Ata Kak follows up his debut release 'Obaa Sima' from 1994 with a new record this Friday!\n\nhttps://atakak.bandcamp.com/album/batakari",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}