Information about plays

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

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

{
    "id": 3579420,
    "uri": "https://api.kexp.org/v2/plays/3579420/?format=api",
    "airdate": "2025-11-17T13:39:42-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "https://ia800808.us.archive.org/24/items/mbid-26a75c55-00de-4de3-b419-3bb7bd3a2982/mbid-26a75c55-00de-4de3-b419-3bb7bd3a2982-22859902189_thumb500.jpg",
    "thumbnail_uri": "https://ia600808.us.archive.org/24/items/mbid-26a75c55-00de-4de3-b419-3bb7bd3a2982/mbid-26a75c55-00de-4de3-b419-3bb7bd3a2982-22859902189_thumb250.jpg",
    "song": "Some Mutts (Can't Be Muzzled)",
    "track_id": "af9facee-e50b-4819-b45f-7cddf2196082",
    "recording_id": "30693f77-13a2-43d0-89e1-7e769afba7d1",
    "artist": "Amyl and The Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Amyl and The Sniffers",
    "release_id": "26a75c55-00de-4de3-b419-3bb7bd3a2982",
    "release_group_id": "bab638f1-6de5-4997-9dbe-11931c98782e",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love this track from Melbourne based Amyl and the Sniffers! Check out their  performance in the KEXP gathering space back in March 2025~\n\nhttps://www.youtube.com/watch?v=3yDEoiH7Q7A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}