Information about plays

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

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

{
    "id": 3581672,
    "uri": "https://api.kexp.org/v2/plays/3581672/?format=api",
    "airdate": "2025-11-22T22:40:36-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/e12a7e42-fe13-462f-8a7c-49ec0badc75a/38150906609-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e12a7e42-fe13-462f-8a7c-49ec0badc75a/38150906609-250.jpg",
    "song": "Jack Londonin’",
    "track_id": null,
    "recording_id": "1ab6aab0-3bc1-4950-ad65-9cbf5a63be5a",
    "artist": "Disastroid",
    "artist_ids": [
        "1c723a7c-9d42-4f54-8c3d-3eac0b232ada"
    ],
    "album": "Garden Creatures",
    "release_id": null,
    "release_group_id": "84521547-ab14-4255-9a0f-99fd5dd2b797",
    "labels": [
        "Heavy Psych Sounds"
    ],
    "label_ids": [
        "a1daa58a-e76d-4fbe-839e-9d3184aac703"
    ],
    "release_date": "2024-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco's Disastroid plays a heavy mix of stoner, sludge, grunge, and noise rock.\n\nhttps://disastroid.bandcamp.com/\nhttps://www.disastroid.com/\nhttps://www.heavypsychsounds.com/bands/disastroid.htm\nhttps://www.facebook.com/disastroid/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}