Information about plays

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

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

{
    "id": 3611275,
    "uri": "https://api.kexp.org/v2/plays/3611275/?format=api",
    "airdate": "2026-01-31T03:52:22-08:00",
    "show": 65799,
    "show_uri": "https://api.kexp.org/v2/shows/65799/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-3a0859f1-7744-42d5-a61a-f44e75d01475/mbid-3a0859f1-7744-42d5-a61a-f44e75d01475-35817772611_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-3a0859f1-7744-42d5-a61a-f44e75d01475/mbid-3a0859f1-7744-42d5-a61a-f44e75d01475-35817772611_thumb250.jpg",
    "song": "All This Noise",
    "track_id": "5f4a20c9-6c0a-4fed-a275-a576e64961dd",
    "recording_id": "0ab19c10-8865-4dcb-8a29-3be1d2a94c85",
    "artist": "Bully",
    "artist_ids": [
        "6d5c33ee-5357-4eee-8420-e50aec54982b"
    ],
    "album": "Lucky for You",
    "release_id": "3a0859f1-7744-42d5-a61a-f44e75d01475",
    "release_group_id": "14a5b68c-ce61-43ff-bbaa-6cb0f901c3bb",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jesus won't save the polar bears or halt the melting ice\nBut he'll give you an excuse to shame and take our bodies' rights\nThere's an AR-15 in your house, it's got one job to do\nIt's to quickly kill as many things that you want it to\nBut God forbid we take action to keep our children safe\nAs our ego stands in center stage, another life it takes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}