Information about plays

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

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

{
    "id": 3583518,
    "uri": "https://api.kexp.org/v2/plays/3583518/?format=api",
    "airdate": "2025-11-27T04:35:57-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Mummy’s Shroud",
    "track_id": null,
    "recording_id": "0b55e40d-c6f2-4b40-943a-fa638c3691b8",
    "artist": "Scientist",
    "artist_ids": [
        "90d63976-5e70-4c73-a500-eb67997d6ed2"
    ],
    "album": "Scientist Rids the World of the Evil Curse of the Vampires",
    "release_id": null,
    "release_group_id": "ea7e7cbb-73f2-3d39-b17c-584486d94c9c",
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic dub album with incredible album art",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}