Information about plays

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

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

{
    "id": 3592951,
    "uri": "https://api.kexp.org/v2/plays/3592951/?format=api",
    "airdate": "2025-12-19T05:12:23-08:00",
    "show": 65416,
    "show_uri": "https://api.kexp.org/v2/shows/65416/?format=api",
    "image_uri": "https://ia600601.us.archive.org/35/items/mbid-8b7f18f8-fc64-3afb-a7d0-927ae36481b4/mbid-8b7f18f8-fc64-3afb-a7d0-927ae36481b4-6455504020_thumb500.jpg",
    "thumbnail_uri": "https://ia600601.us.archive.org/35/items/mbid-8b7f18f8-fc64-3afb-a7d0-927ae36481b4/mbid-8b7f18f8-fc64-3afb-a7d0-927ae36481b4-6455504020_thumb250.jpg",
    "song": "Bad",
    "track_id": "a4c8c559-5ba7-3a2f-bc9c-9b2ee7093e2f",
    "recording_id": "a7008fe8-3534-45a7-8422-4ad5eaeca91e",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": "8b7f18f8-fc64-3afb-a7d0-927ae36481b4",
    "release_group_id": "c84d00f4-afd3-3184-be62-6ae5f135aa38",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This started as an improvisation by U2 guitarist The Edge, with the others joining in. It was recorded in three takes at Slane Castle in Dublin. The castle on the cover of The Unforgettable Fire is not Slane, but Moydrum Castle.\nhttps://www.songfacts.com/facts/u2/bad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}