Information about plays

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

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

{
    "id": 3619231,
    "uri": "https://api.kexp.org/v2/plays/3619231/?format=api",
    "airdate": "2026-02-18T20:06:16-08:00",
    "show": 65969,
    "show_uri": "https://api.kexp.org/v2/shows/65969/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bill’s Mandolin",
    "track_id": null,
    "recording_id": "35511573-eaa9-46ea-abdd-84994b81e5c8",
    "artist": "Psychedelic Porn Crumpets",
    "artist_ids": [
        "11d94660-1963-4020-8762-4c5907e2ea48"
    ],
    "album": "And Now for the Whatchamacallit",
    "release_id": null,
    "release_group_id": "8cadfd42-630f-4dc9-90eb-b6ba6bf7b11f",
    "labels": [
        "Marathon Artists"
    ],
    "label_ids": [
        "1233e5e0-9e19-4ee6-9cab-a8e17ddb4ff4"
    ],
    "release_date": "2019-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic Porn Crumpets - Bill's Mandolin (Live on KEXP) - https://www.youtube.com/watch?v=o6m3ENlUTSk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}