Information about plays

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

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

{
    "id": 3604828,
    "uri": "https://api.kexp.org/v2/plays/3604828/?format=api",
    "airdate": "2026-01-15T21:47:26-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nue",
    "track_id": null,
    "recording_id": "8d78712c-3601-45c5-a2f0-40ede6c3a884",
    "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 four-piece band from Tokyo. Initially playing reggae/dub music, the band gradually developed into an innovative fusion of diverse musical influences, such as jazz, soul, psyche pop, new age, and exotica.: https://tamtam.bandcamp.com/album/ramble-in-the-rainbow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}