Information about plays

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

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

{
    "id": 3609746,
    "uri": "https://api.kexp.org/v2/plays/3609746/?format=api",
    "airdate": "2026-01-27T09:51:49-08:00",
    "show": 65768,
    "show_uri": "https://api.kexp.org/v2/shows/65768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fuck This (Censored Community Choir Edition)",
    "track_id": "a67ab7fd-6eae-4d42-85d8-c6f0b2437ff1",
    "recording_id": "85d0b29c-76f4-4346-9f5b-86369857f4a9",
    "artist": "Jeremy Messersmith",
    "artist_ids": [
        "358df796-546f-4b3b-bd0f-238ace09e02b"
    ],
    "album": "Fuck This",
    "release_id": "1f52e7b8-3129-409b-bc66-741bfe14f8ac",
    "release_group_id": "6997da3a-a7ca-444e-9898-8b37f0287e39",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeremy Messersmith is a singer/songwriter out of Minneapolis  who wrote this song \"...after the murder of Renee Nicole Good during the occupation of Minnesota and the Twin Cities. All proceeds from bandcamp will go to support mutual aid organizations.\"\n\nhttps://jeremymessersmith.bandcamp.com/album/fuck-this",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}