Information about plays

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

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

{
    "id": 3543025,
    "uri": "https://api.kexp.org/v2/plays/3543025/?format=api",
    "airdate": "2025-08-21T20:01:17-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BIG NINE, Let's Go!",
    "track_id": null,
    "recording_id": "c9218722-9f36-401f-b4b3-d3742adf4456",
    "artist": "Drinking Boys and Girls Choir",
    "artist_ids": [
        "75f91440-24ae-4673-bb26-73fd12234373"
    ],
    "album": "BIG NINE, Let's Go!",
    "release_id": null,
    "release_group_id": "befd68f4-9138-4788-a9de-0e008a596af5",
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2019-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Daegu City, S. Korea\n\nhttps://www.youtube.com/watch?v=0PE9aA41HHg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}