Information about plays

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

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

{
    "id": 3437283,
    "uri": "https://api.kexp.org/v2/plays/3437283/?format=api",
    "airdate": "2024-12-12T19:33:49-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "https://coverartarchive.org/release/71b7d678-1b70-4982-ba5b-b8ccfad55433/37874567596-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71b7d678-1b70-4982-ba5b-b8ccfad55433/37874567596-250.jpg",
    "song": "Ramble In the Rainbow",
    "track_id": null,
    "recording_id": "07dfa30b-2f6f-4920-b478-308db320875e",
    "artist": "TAMTAM",
    "artist_ids": [
        "795c75da-6dd6-4a1b-a9cb-b1ec899ae02c"
    ],
    "album": "Ramble In the Rainbow",
    "release_id": null,
    "release_group_id": "a956a3d6-57c7-4e04-b241-9bf2b3d6b782",
    "labels": [
        "Peoples Potential Unlimited"
    ],
    "label_ids": [
        "cbc20b0f-f88c-4efd-aed4-e98ab5213e5f"
    ],
    "release_date": "2024-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TAMTAM is a 4-piece band based out of Tokyo, Japan infusing a blend of musical styles that range from jazz, reggae, and pop. They've been making music for over a decade, their latest EP 'Ramble In The Rainbow\"\" is an addictive 5-track compilation that showcases the bands ever-evolving sound. Check out their KEXP guest mix of Midnight In A Perfect World here: https://www.kexp.org/read/2024/2/21/midnight-in-a-perfect-world-tamtam/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}