Information about plays

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

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

{
    "id": 3580522,
    "uri": "https://api.kexp.org/v2/plays/3580522/?format=api",
    "airdate": "2025-11-20T05:07:33-08:00",
    "show": 65159,
    "show_uri": "https://api.kexp.org/v2/shows/65159/?format=api",
    "image_uri": "https://ia601903.us.archive.org/35/items/mbid-f6a8eace-b7ee-43fa-a3a0-3ebb85741511/mbid-f6a8eace-b7ee-43fa-a3a0-3ebb85741511-26460906175_thumb500.jpg",
    "thumbnail_uri": "https://ia601903.us.archive.org/35/items/mbid-f6a8eace-b7ee-43fa-a3a0-3ebb85741511/mbid-f6a8eace-b7ee-43fa-a3a0-3ebb85741511-26460906175_thumb250.jpg",
    "song": "Breakthrough",
    "track_id": "2e8444ba-95ad-47a2-9c07-f6bece250e0c",
    "recording_id": "45e03c0d-fb74-47ce-a9ad-83bae10940e2",
    "artist": "Death Valley Girls",
    "artist_ids": [
        "987c6ccf-d4c5-4f23-938a-c0a21782803d"
    ],
    "album": "Breakthrough",
    "release_id": "f6a8eace-b7ee-43fa-a3a0-3ebb85741511",
    "release_group_id": "d78cb55c-3af6-45f7-8cda-4b40bccdd1a1",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2020-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of a song by Atomic Rooster, an offshoot of The Crazy World of Arthur Brown. \n\nDeath Valley Girls said that the song actually found them via a cover by ’70s Nigerian rockers The Funkees.: https://getinherears.com/2020/06/12/ep-death-valley-girls-breakthrough/ \n\nHere's the original from Atomic Rooster: https://www.youtube.com/watch?v=ineCQ7RWMRg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}