Information about plays

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

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

{
    "id": 3639456,
    "uri": "https://api.kexp.org/v2/plays/3639456/?format=api",
    "airdate": "2026-04-08T12:31:30-07:00",
    "show": 66399,
    "show_uri": "https://api.kexp.org/v2/shows/66399/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-89c2ee2d-c8da-4c70-a03b-705174a116da/mbid-89c2ee2d-c8da-4c70-a03b-705174a116da-39679858156_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-89c2ee2d-c8da-4c70-a03b-705174a116da/mbid-89c2ee2d-c8da-4c70-a03b-705174a116da-39679858156_thumb250.jpg",
    "song": "Chewing Gum",
    "track_id": "41c575ce-b642-47a6-9a80-2891ab9aac8f",
    "recording_id": "154bb384-b07a-4954-b74b-c3e892f04b8e",
    "artist": "Amyl and the Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Cartoon Darkness",
    "release_id": "89c2ee2d-c8da-4c70-a03b-705174a116da",
    "release_group_id": "32fdf291-cd36-4b48-9c6c-fd3ad7956092",
    "labels": [
        "Virgin Music Group"
    ],
    "label_ids": [
        "89a8123b-da2f-40dd-8c85-718a5c4c3a61"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Australian rockers Amyl and the Sniffers Live on KEXP from the Gathering Space last year!\n\nhttps://www.youtube.com/watch?v=3yDEoiH7Q7A&pp=0gcJCfwAo7VqN5tD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}