Information about plays

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

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

{
    "id": 3592645,
    "uri": "https://api.kexp.org/v2/plays/3592645/?format=api",
    "airdate": "2025-12-18T10:32:10-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "In 1969, Rick Davies formed the band that would become Supertramp. The band’s first breakthrough came with 1974’s album “Crime of the Century” album, powered by the Davies-penned single “Bloody Well Right” but it wasn’t until 1979 that they became a household name with their hugely successful “Breakfast in America.\"\n\n\"Goodbye Stranger\" appears on the sixth Supertramp album 'Breakfast in America'.\n\nRead more about his life and musical career here: https://tinyurl.com/2nf5vstd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}