Information about plays

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

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

{
    "id": 3604998,
    "uri": "https://api.kexp.org/v2/plays/3604998/?format=api",
    "airdate": "2026-01-16T07:39:42-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heroes",
    "track_id": "0499b49a-7f1f-33c2-8cc4-a5bd4c575d01",
    "recording_id": "74e05bf7-4d70-40f0-9800-bf86bdfbc2eb",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Scratch My Back",
    "release_id": "4941e618-9c14-30b5-a32b-6065e83b829d",
    "release_group_id": "359451df-3a5c-4c74-ac64-2e2bf1bcfeba",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Peter Gabriel performing his orchestral version of the David Bowie / Brian Eno classic ‘Heroes’, live in Verona. in 2010:https://www.youtube.com/watch?v=wSX9F6ETTDQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}