Information about plays

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

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

{
    "id": 3548542,
    "uri": "https://api.kexp.org/v2/plays/3548542/?format=api",
    "airdate": "2025-09-03T18:56:28-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia801405.us.archive.org/25/items/mbid-75d41550-ca5f-3607-83de-ec6a5fcd0978/mbid-75d41550-ca5f-3607-83de-ec6a5fcd0978-34169285137_thumb500.jpg",
    "thumbnail_uri": "https://ia601405.us.archive.org/25/items/mbid-75d41550-ca5f-3607-83de-ec6a5fcd0978/mbid-75d41550-ca5f-3607-83de-ec6a5fcd0978-34169285137_thumb250.jpg",
    "song": "Godzilla",
    "track_id": "870908f7-40e0-3247-89f5-095c05db27c2",
    "recording_id": "a93ef116-5cd3-49c2-99c7-5df66871648b",
    "artist": "Blue Öyster Cult",
    "artist_ids": [
        "c7423e0c-ab3e-4ab4-be10-cdff5a9d3062"
    ],
    "album": "Spectres",
    "release_id": "75d41550-ca5f-3607-83de-ec6a5fcd0978",
    "release_group_id": "bd42ec50-7770-3a13-8015-99d0379da3d2",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chris Hoyos in Bellingham 's road trip recommendation!\n--\nGodzilla is a prehistoric reptilian monster, awakened and empowered after many years by nuclear radiation. He's big and angry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}