Information about plays

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

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

{
    "id": 3633011,
    "uri": "https://api.kexp.org/v2/plays/3633011/?format=api",
    "airdate": "2026-03-24T06:02:47-07:00",
    "show": 66266,
    "show_uri": "https://api.kexp.org/v2/shows/66266/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-a943ea0c-e47e-42a6-9e93-72b6173d2e01/mbid-a943ea0c-e47e-42a6-9e93-72b6173d2e01-30632585899_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-a943ea0c-e47e-42a6-9e93-72b6173d2e01/mbid-a943ea0c-e47e-42a6-9e93-72b6173d2e01-30632585899_thumb250.jpg",
    "song": "We Can Work It Out",
    "track_id": "2f691b82-482a-31ba-a735-0db12f154ff0",
    "recording_id": "0dd2ffd2-24bc-418c-bbd8-4724903bb6b7",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Signed, Sealed & Delivered",
    "release_id": "a943ea0c-e47e-42a6-9e93-72b6173d2e01",
    "release_group_id": "56b96aba-d067-3037-98b5-94c4970b27d0",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1970-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Wonder’s 1970 cover of \"We Can Work It Out\" is widely considered one of the greatest Beatles covers ever recorded. It appeared on his album Signed, Sealed & Delivered and transformed the acoustic folk-rock original into a high-energy funk-soul anthem.\n\nPaul McCartney has frequently cited Stevie's version as his favorite cover of the song. He loved how Stevie \"found a groove\" that the Beatles hadn't even considered.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}