Information about plays

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

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

{
    "id": 3611412,
    "uri": "https://api.kexp.org/v2/plays/3611412/?format=api",
    "airdate": "2026-01-31T12:34:50-08:00",
    "show": 65804,
    "show_uri": "https://api.kexp.org/v2/shows/65804/?format=api",
    "image_uri": "https://dn720701.ca.archive.org/0/items/mbid-92e053d9-6860-485c-90cb-80da4157dd9d/mbid-92e053d9-6860-485c-90cb-80da4157dd9d-43173521979_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-92e053d9-6860-485c-90cb-80da4157dd9d/mbid-92e053d9-6860-485c-90cb-80da4157dd9d-43173521979_thumb250.jpg",
    "song": "How to Leave Misery Behind",
    "track_id": "93b0e125-e6d7-492c-bd38-da236f4bcf60",
    "recording_id": "16ae2179-ccba-49e8-ad63-4df827100c8e",
    "artist": "Melody’s Echo Chamber",
    "artist_ids": [
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Unclouded",
    "release_id": "92e053d9-6860-485c-90cb-80da4157dd9d",
    "release_group_id": "9d94656d-0301-4b1b-94ca-e9815225ce43",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melody's Echo Chamber is performing in Seattle May 23rd at the Crocodile. \n---\nNew music from Melody's Echo Chamber!\nhttps://melodysechochamber.com/\n\nhttps://melodysechochamber.bandcamp.com/album/unclouded",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}