Information about plays

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

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

{
    "id": 3606875,
    "uri": "https://api.kexp.org/v2/plays/3606875/?format=api",
    "airdate": "2026-01-20T17:12:16-08:00",
    "show": 65709,
    "show_uri": "https://api.kexp.org/v2/shows/65709/?format=api",
    "image_uri": "https://ia904501.us.archive.org/4/items/mbid-d0314921-8ae0-4421-9791-8039610490fe/mbid-d0314921-8ae0-4421-9791-8039610490fe-29786501516_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-d0314921-8ae0-4421-9791-8039610490fe/mbid-d0314921-8ae0-4421-9791-8039610490fe-29786501516_thumb250.jpg",
    "song": "Shifting Basslines Of The Cornucopians",
    "track_id": "b39bfee3-c9df-4b88-86f7-6aa9a20d6dd5",
    "recording_id": "c265e987-f1e8-4a47-badf-8fce0d182b90",
    "artist": "Snapped Ankles",
    "artist_ids": [
        "9c4da506-4fbd-4001-8bde-d0cff3e2a278"
    ],
    "album": "Forest of Your Problems",
    "release_id": "d0314921-8ae0-4421-9791-8039610490fe",
    "release_group_id": "97edc3e9-c8d9-4395-8f66-af5177d77e96",
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2021-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snapped Ankles are a London-based post-punk band. 'Forest of Your Problems' was their third studio album, released in 2021.\n\nhttps://snappedankles.bandcamp.com/track/shifting-basslines-of-the-cornucopians",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}