Information about plays

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

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

{
    "id": 3570120,
    "uri": "https://api.kexp.org/v2/plays/3570120/?format=api",
    "airdate": "2025-10-26T06:10:40-07:00",
    "show": 64938,
    "show_uri": "https://api.kexp.org/v2/shows/64938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roald",
    "track_id": null,
    "recording_id": null,
    "artist": "Blurstem",
    "artist_ids": [
        "13fb6824-1641-4807-ae6e-f566619fa373"
    ],
    "album": "The Quiet Ache",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "We All Speak In Poems"
    ],
    "label_ids": [
        "7764be53-d912-4bf0-b514-c13a94a47017"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the 9th album from Blurstem, one of the many aliases of Minneapolis-based musician Chris Bartels ~ https://blurstem.bandcamp.com/album/the-quiet-ache",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}