Information about plays

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

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

{
    "id": 3566611,
    "uri": "https://api.kexp.org/v2/plays/3566611/?format=api",
    "airdate": "2025-10-18T03:53:27-07:00",
    "show": 64863,
    "show_uri": "https://api.kexp.org/v2/shows/64863/?format=api",
    "image_uri": "https://ia801900.us.archive.org/35/items/mbid-84c517ac-d6c8-4e78-b7f5-271808379d81/mbid-84c517ac-d6c8-4e78-b7f5-271808379d81-26393114770_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-84c517ac-d6c8-4e78-b7f5-271808379d81/mbid-84c517ac-d6c8-4e78-b7f5-271808379d81-26393114770_thumb250.jpg",
    "song": "Real Wild Child (Wild One)",
    "track_id": "6c4f6ca3-4799-4823-a106-e656d05c40b5",
    "recording_id": "5ae0778b-e56b-4e27-ac34-a58aa1399bb7",
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Blah‐Blah‐Blah",
    "release_id": "84c517ac-d6c8-4e78-b7f5-271808379d81",
    "release_group_id": "ce94516f-2766-3ab3-9c40-094c3cb5eadb",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iggy Pop recorded this cover of the Johnny O'Keefe track \"Wild One\" for the 50th anniversary of the song's release in 1986\n\nCo-produced by David Bowie!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}