Information about plays

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

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

{
    "id": 3548562,
    "uri": "https://api.kexp.org/v2/plays/3548562/?format=api",
    "airdate": "2025-09-03T20:26:44-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/5421da55-0cfc-4883-98ad-24485b6f7ce8/8854597182-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5421da55-0cfc-4883-98ad-24485b6f7ce8/8854597182-250.jpg",
    "song": "Do What you Like",
    "track_id": null,
    "recording_id": "81d10c6b-d03c-494d-8cb6-c35955b32953",
    "artist": "AKA",
    "artist_ids": [
        "d991e1c6-2d93-4652-953d-568e0d85c08c"
    ],
    "album": "Those Shocking Shaking Days: Indonesian Hard, Psychedelic, Progressive Rock and Funk 1970-1978",
    "release_id": null,
    "release_group_id": "aa850362-08b5-4006-9ee4-47df840c48d1",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2011-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some Indonesian rock/funk from the compilation album showcasing Indonesia’s various underground musical scenes of the 1970s.\n--\n\"The title track [Do What you Like] kicks things off with an extremely impressive proto heaviness, the band getting heavy in both vibe and attitude here, the sounds a great mixture of heavy, heavy southern rock and crashing, bashing Detroit rock, AKA totally rulin’ it out of the gates here with this cool number. \" https://www.decibelmagazine.com/2018/09/13/primitive-origins-akas-do-what-you-like/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}