Information about plays

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

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

{
    "id": 3559973,
    "uri": "https://api.kexp.org/v2/plays/3559973/?format=api",
    "airdate": "2025-10-01T07:29:57-07:00",
    "show": 64716,
    "show_uri": "https://api.kexp.org/v2/shows/64716/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8416a9b-f13a-4435-aac3-8b25e48273ca/1183713268-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8416a9b-f13a-4435-aac3-8b25e48273ca/1183713268-250.jpg",
    "song": "Bad",
    "track_id": null,
    "recording_id": "2e702134-86d6-43f8-a094-2de850608e19",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": null,
    "release_group_id": "c84d00f4-afd3-3184-be62-6ae5f135aa38",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1984-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "41 years ago today (1984) U2 released \"The Unforgettable Fire\". The album was was U2's first studio collaboration with Brian Eno and Daniel Lanois. \n\nWatch U2 performing this fan favorite in front of about 40% of the global population during the Live Aid broadcast in 1985: https://www.youtube.com/watch?v=HvBgRSSlVBA\n\nhttps://www.u2.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}