Information about plays

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

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

{
    "id": 3597926,
    "uri": "https://api.kexp.org/v2/plays/3597926/?format=api",
    "airdate": "2025-12-30T08:12:02-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reptile",
    "track_id": "0a3f65bb-6cdb-3b40-ad4e-03839483c88a",
    "recording_id": "8ecf2ee6-4e09-4d0d-bc14-8dcc08cf5b73",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Starfish",
    "release_id": "3b4c7e87-c690-49a8-ab74-d1194a42acb3",
    "release_group_id": "b3544e98-7947-3802-bdd5-e92ef6cedb1b",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Church will be back in the states next year!\n6/5 Seattle - Showbox\n6/9 San Francisco - August Hall\nhttps://www.thechurchband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}