Information about plays

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

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

{
    "id": 3542243,
    "uri": "https://api.kexp.org/v2/plays/3542243/?format=api",
    "airdate": "2025-08-19T23:24:36-07:00",
    "show": 64335,
    "show_uri": "https://api.kexp.org/v2/shows/64335/?format=api",
    "image_uri": "https://ia601007.us.archive.org/14/items/mbid-801eb09f-a431-4e29-bc10-8109a1e3e378/mbid-801eb09f-a431-4e29-bc10-8109a1e3e378-42645399409_thumb500.jpg",
    "thumbnail_uri": "https://ia801007.us.archive.org/14/items/mbid-801eb09f-a431-4e29-bc10-8109a1e3e378/mbid-801eb09f-a431-4e29-bc10-8109a1e3e378-42645399409_thumb250.jpg",
    "song": "Changin Me",
    "track_id": "f77c7c20-7999-4335-937b-bdcd35e60733",
    "recording_id": "1cd9c3c9-a0f6-459e-ad1e-2138b4b02366",
    "artist": "Worries And Other Plants",
    "artist_ids": [
        "87359add-6d3c-4d1b-9e47-67c75ffa90c1"
    ],
    "album": "Changin Me",
    "release_id": "801eb09f-a431-4e29-bc10-8109a1e3e378",
    "release_group_id": "df089b2c-7f65-4489-84f9-5039f93321e8",
    "labels": [
        "Nice Guys"
    ],
    "label_ids": [
        "6eddf0c7-b406-4d58-8185-4cc5dee5e7d5"
    ],
    "release_date": "2025-07-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Worries And Other Plants is a Swiss indie rock project led by Dionys 'Dio' Müller, drawing heavily from psychedelic rock. \n https://niceguysweare.bandcamp.com/track/changin-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}