Information about plays

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

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

{
    "id": 3546254,
    "uri": "https://api.kexp.org/v2/plays/3546254/?format=api",
    "airdate": "2025-08-29T10:03:30-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://ia902905.us.archive.org/10/items/mbid-11ab3e8d-b88b-44c0-9dd8-bbab70dd8e18/mbid-11ab3e8d-b88b-44c0-9dd8-bbab70dd8e18-16320030785_thumb500.jpg",
    "thumbnail_uri": "https://ia902905.us.archive.org/10/items/mbid-11ab3e8d-b88b-44c0-9dd8-bbab70dd8e18/mbid-11ab3e8d-b88b-44c0-9dd8-bbab70dd8e18-16320030785_thumb250.jpg",
    "song": "One With the Freaks",
    "track_id": "61f3f8fe-b847-3e86-a8e6-65f70cc98d72",
    "recording_id": "0f4202a1-84ba-43a4-bbba-67c8ebbbf02d",
    "artist": "The Notwist",
    "artist_ids": [
        "f180cec2-9421-4417-a841-c7372090d13d"
    ],
    "album": "Neon Golden",
    "release_id": "11ab3e8d-b88b-44c0-9dd8-bbab70dd8e18",
    "release_group_id": "7e0c1da0-f2b6-3d5a-93b1-c96c1da15fca",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neon Golden, released in 2003, is German band The Notwist's fifth studio album. \n\nCheck out The Notwist's performance from The Triple Door, part of KEXP’s 2009 VIP Club Concert series. https://www.youtube.com/watch?v=baMnKCaSqwk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}