Information about plays

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

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

{
    "id": 3604927,
    "uri": "https://api.kexp.org/v2/plays/3604927/?format=api",
    "airdate": "2026-01-16T03:24:26-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Social Unrest",
    "track_id": "10f65b6c-9005-475c-8b5e-9757504aeb98",
    "recording_id": "a7ff956e-3f67-49cc-b2a7-add550c4519b",
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "Breaking News",
    "release_id": "fe536ce7-c2ce-4f2f-a7fd-f7cfeebd2594",
    "release_group_id": "8983783a-3b25-4d79-8c07-b239dda95e02",
    "labels": [
        "Baco Records"
    ],
    "label_ids": [
        "2731799c-e5ce-42a4-ae9c-56edebcc069c"
    ],
    "release_date": "2022-06-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "playing Nectar Lounge tomorrow January 17 in Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}