Information about plays

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

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

{
    "id": 3560555,
    "uri": "https://api.kexp.org/v2/plays/3560555/?format=api",
    "airdate": "2025-10-02T18:34:48-07:00",
    "show": 64727,
    "show_uri": "https://api.kexp.org/v2/shows/64727/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-550fc51f-5529-455b-97ba-1d6e91328d5f/mbid-550fc51f-5529-455b-97ba-1d6e91328d5f-30055547283_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-550fc51f-5529-455b-97ba-1d6e91328d5f/mbid-550fc51f-5529-455b-97ba-1d6e91328d5f-30055547283_thumb250.jpg",
    "song": "You Should Be Dancing",
    "track_id": "0904c03e-d991-4254-82e1-baf4072abc39",
    "recording_id": "4fa5d6fa-4b92-4de5-befc-5861251ba25d",
    "artist": "Dee Gees",
    "artist_ids": [
        "d4bac396-867c-431d-8cec-ef508eee0204"
    ],
    "album": "Dee Gees / Hail Satin - Foo Fighters / Live",
    "release_id": "cca144db-84ed-4992-85ca-2d72c4506efa",
    "release_group_id": "c8870109-30d0-4e02-99c0-cb26a25708d0",
    "labels": [
        "RCA Records Label"
    ],
    "label_ids": [
        "c909a0b9-1b77-4e74-b7f2-d58ebc5dbd5b"
    ],
    "release_date": "2021-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dee Gees are actually the Foo Fighters! This is a Bee Gees cover off this one-off album by the Foos.\n\nThe name of the Dee Gees is also a play on Dave Grohl's initials. On the song, Dave said: \"I have never, ever in my life sung like that, but it was the easiest song I have ever sung in my entire life! I sang the song, and it was like six minutes and I was done. I should have been singing like this for the last 25 years!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}