Information about plays

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

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

{
    "id": 3550352,
    "uri": "https://api.kexp.org/v2/plays/3550352/?format=api",
    "airdate": "2025-09-08T07:03:25-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia803402.us.archive.org/33/items/mbid-bab2fc59-0d3a-4984-807f-6285f496b3cb/mbid-bab2fc59-0d3a-4984-807f-6285f496b3cb-6738466385_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/33/items/mbid-bab2fc59-0d3a-4984-807f-6285f496b3cb/mbid-bab2fc59-0d3a-4984-807f-6285f496b3cb-6738466385_thumb250.jpg",
    "song": "Goodbye Stranger",
    "track_id": "2cb896d5-de00-4de7-a09f-f8dc7cbeffba",
    "recording_id": "c9960e00-5ff6-47f4-ba97-32ebcad935cb",
    "artist": "Supertramp",
    "artist_ids": [
        "d2ff6b6b-fc30-48dc-8952-06f9d8fc64f8"
    ],
    "album": "Breakfast in America",
    "release_id": "bab2fc59-0d3a-4984-807f-6285f496b3cb",
    "release_group_id": "d584f7e7-55b4-39a1-87e9-af3b86773132",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Rick Davies, a founding member of UK group Supertramp, who died this weekend at 81. Davies co-wrote \"Goodbye Stranger\" with Roger Hodgson and was known as a keyboardist and vocalist of the group.\n\n\"Goodbye Stranger\" appears on the sixth Supertramp album Breakfast in America.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}