Information about plays

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

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

{
    "id": 3546711,
    "uri": "https://api.kexp.org/v2/plays/3546711/?format=api",
    "airdate": "2025-08-30T13:01:36-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://ia600200.us.archive.org/32/items/mbid-d9ce64be-7602-3bd7-8c02-0b1768509a6a/mbid-d9ce64be-7602-3bd7-8c02-0b1768509a6a-10431117286_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/32/items/mbid-d9ce64be-7602-3bd7-8c02-0b1768509a6a/mbid-d9ce64be-7602-3bd7-8c02-0b1768509a6a-10431117286_thumb250.jpg",
    "song": "Telephone Line",
    "track_id": "4f579256-f883-3840-bbdf-84c891912c32",
    "recording_id": "103ecfd9-6b27-4b38-92e8-6ba35a50f5d6",
    "artist": "Electric Light Orchestra",
    "artist_ids": [
        "0c502791-4ee9-4c5f-9696-0602b721ff3b"
    ],
    "album": "ELO's Greatest Hits",
    "release_id": "d9ce64be-7602-3bd7-8c02-0b1768509a6a",
    "release_group_id": "3707903e-f693-3979-a46d-a08933099ecf",
    "labels": [
        "Jet Records",
        "CBS Associated Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed",
        "4561acef-e18a-458f-945d-2945a66fa71a"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "dead prez sampled multiple elements of \"Telephone Line\" for \"Behind Enemy Lines.\"\n--\nDid you know that the ringback tone heard (as one would hear when waiting for the line to pick up) is a North American ringback tone which is quite distinctive from that heard in the U.K. at the time. E.L.O. was having much greater success in America at the time and this inspired them to use the North American sound rather than the British sound.  Go here for an in-depth analysis of \"Telephone Line\": https://www.jefflynnesongs.com/telephoneline/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}