Information about plays

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

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

{
    "id": 3577224,
    "uri": "https://api.kexp.org/v2/plays/3577224/?format=api",
    "airdate": "2025-11-12T11:51:15-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World Without Empires",
    "track_id": "01b06f03-e589-46ee-8ce8-5305c20c5d18",
    "recording_id": "b96ab0e6-fa2e-476d-9cef-d9b9aaccb35c",
    "artist": "Mike Frazier",
    "artist_ids": [
        "b59ab4d0-10ee-4944-8fd0-da84d784098a"
    ],
    "album": "April Days",
    "release_id": "00e73788-de1a-45aa-984b-a6a8da0fb671",
    "release_group_id": "6663d71c-aa8d-4dcc-a388-b4006b45ed67",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mike Frazier hails from the Shenandoah Valley in Virginia but relocated to Seattle, Washington in 2022. Frazier is carrying on the tradition of record craft with a focus on authentic songwriting and high quality production.\"\n\nhttps://dentapes.bandcamp.com/album/april-days",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}