Information about plays

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

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

{
    "id": 3520334,
    "uri": "https://api.kexp.org/v2/plays/3520334/?format=api",
    "airdate": "2025-06-29T09:07:13-07:00",
    "show": 63868,
    "show_uri": "https://api.kexp.org/v2/shows/63868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Johnny B. Badde",
    "track_id": null,
    "recording_id": "a77a562f-9076-4a00-9054-fbb66673550d",
    "artist": "Mungo Jerry",
    "artist_ids": [
        "d99a6247-94ab-4685-87df-572ba6ef44b7"
    ],
    "album": "Mungo Jerry",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“RAY DORSET: ‘Johnny B. Badde’ is a song that I played to Colin [Earl] when we were together at the house of his parents. They had an upright piano and we would sometimes go there and try out a few songs. I only mention the name Johnny in the song, the “B. Badde” was just a joke — no need to explain that and the rest of the text.’”\nFull interview here: https://somethingelsereviews.com/2012/10/25/something-else-interview-ray-dorset-and-mike-cole-of-mungo-jerry/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}