Information about plays

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

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

{
    "id": 3595848,
    "uri": "https://api.kexp.org/v2/plays/3595848/?format=api",
    "airdate": "2025-12-25T12:49:37-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Always Christmas at My House",
    "track_id": null,
    "recording_id": "7b681169-f5b7-45cf-8557-a9143c79958d",
    "artist": "Huntingtons",
    "artist_ids": [
        "e7d1eafc-4934-48b4-8a09-2c5cc2938853"
    ],
    "album": "Growing Up Is No Fun: The Standards '95-'05",
    "release_id": null,
    "release_group_id": "207cbb49-8113-4a17-9e25-018f0d661240",
    "labels": [
        "Tooth & Nail Records"
    ],
    "label_ids": [
        "7bed0e70-98c2-445e-a065-51280cbebd75"
    ],
    "release_date": "2005-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From this Baltimore band's page:\n\"30 Years, a million songs.. the 2nd greatest band of all time just keeps pumping out more, with each one better than the last! (Somebody said that, maybe it was us.. but if it's on the interwebs, it's gotta be true!)\"\n\nhttps://huntingtonsusa.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}