Information about plays

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

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

{
    "id": 3571791,
    "uri": "https://api.kexp.org/v2/plays/3571791/?format=api",
    "airdate": "2025-10-30T11:10:57-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://ia802801.us.archive.org/13/items/mbid-95c9afaa-7dec-4881-96e5-187e86a8e11a/mbid-95c9afaa-7dec-4881-96e5-187e86a8e11a-43365475881_thumb500.jpg",
    "thumbnail_uri": "https://ia902801.us.archive.org/13/items/mbid-95c9afaa-7dec-4881-96e5-187e86a8e11a/mbid-95c9afaa-7dec-4881-96e5-187e86a8e11a-43365475881_thumb250.jpg",
    "song": "Freedom Means Something",
    "track_id": "b70592fc-59ce-48a6-bfbd-7642a339cbab",
    "recording_id": "2c681171-65f3-4e8c-98da-8517781fbe3c",
    "artist": "Dead Pioneers",
    "artist_ids": [
        "a9747313-da0d-414c-ad81-5fe89a5245d4"
    ],
    "album": "Freedom Means Something",
    "release_id": "95c9afaa-7dec-4881-96e5-187e86a8e11a",
    "release_group_id": "1f28a0e7-151f-40fe-b875-468a9ac87a35",
    "labels": [
        "Hassle Records"
    ],
    "label_ids": [
        "75c31799-eddd-461b-a7f0-dc69a31e972e"
    ],
    "release_date": "2025-10-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin hosted Dead Pioneers Live on KEXP back in February! Check out the full session here: https://www.youtube.com/watch?v=b_wcehWXDDA\n\nhttps://deadpioneers.bandcamp.com/track/freedom-means-something",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}