Information about plays

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

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

{
    "id": 3548343,
    "uri": "https://api.kexp.org/v2/plays/3548343/?format=api",
    "airdate": "2025-09-03T08:23:06-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia601506.us.archive.org/9/items/mbid-d8e595ae-969a-4458-9333-9140e2243475/mbid-d8e595ae-969a-4458-9333-9140e2243475-16432011219_thumb500.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/9/items/mbid-d8e595ae-969a-4458-9333-9140e2243475/mbid-d8e595ae-969a-4458-9333-9140e2243475-16432011219_thumb250.jpg",
    "song": "Tyler",
    "track_id": "a4764dc0-ff06-3d8d-9eda-f893db6d28b7",
    "recording_id": "e88b2b9b-7bd5-4b6c-8a12-61d4447f084a",
    "artist": "Toadies",
    "artist_ids": [
        "066e598e-baa0-4e34-b511-c70bcec6f783"
    ],
    "album": "Rubberneck",
    "release_id": "d8e595ae-969a-4458-9333-9140e2243475",
    "release_group_id": "c4eeb193-a0c4-3246-81a9-e69ceaa02a85",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1994-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Vaden Danger Todd Lewis!\nThe vocalist and guitarist for Toadies turns 60 today.\n\nVocalist and guitarist Todd Lewis offered an explanation behind the guy in the song rummaging through the fridge for beer: \"There's a moment sometimes when you're writing where you're like, 'I don't have any idea what this line is going to be. I've got these lines before it and these after it and I have no line to go in this one spot. I'm thirsty, so he's going to get a beer now, that's what he's going to do.'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}