Information about plays

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

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

{
    "id": 3612782,
    "uri": "https://api.kexp.org/v2/plays/3612782/?format=api",
    "airdate": "2026-02-03T17:22:09-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f-7800123470_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f-7800123470_thumb250.jpg",
    "song": "Seven Seas",
    "track_id": "e7962570-ab92-360c-8895-7327b195dc46",
    "recording_id": "d2e0c601-c2a0-4e9e-8866-d094b21a5802",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": "d98c325b-0632-4fe2-aa1e-2ef07d18477f",
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Sire Records",
        "Rhino"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!\n___\n\n1984 single from the band's 1984 album \"Ocean Rain\" -- See the band dressed as penguins in the video for \"Seven Seas\": https://www.youtube.com/watch?v=LbYxP11rbSM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}