Information about plays

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

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

{
    "id": 3525287,
    "uri": "https://api.kexp.org/v2/plays/3525287/?format=api",
    "airdate": "2025-07-10T19:44:24-07:00",
    "show": 63977,
    "show_uri": "https://api.kexp.org/v2/shows/63977/?format=api",
    "image_uri": "https://coverartarchive.org/release/5658a174-ed90-4df1-b445-fff692b4a1fc/29882270297-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5658a174-ed90-4df1-b445-fff692b4a1fc/29882270297-250.jpg",
    "song": "얼마나 더 (How Much Longer)",
    "track_id": null,
    "recording_id": "30526376-3e01-4b46-a31f-b024267d4312",
    "artist": "Drinking Boys and Girls Choir",
    "artist_ids": [
        "75f91440-24ae-4673-bb26-73fd12234373"
    ],
    "album": "We are,",
    "release_id": null,
    "release_group_id": "b74ad90d-9224-4c2f-9919-2b7fdc847bbc",
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2017-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have you seen their latest KEXP session?\n\nhttps://www.youtube.com/watch?v=rC893u7OH0Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}