Information about plays

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

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

{
    "id": 3608591,
    "uri": "https://api.kexp.org/v2/plays/3608591/?format=api",
    "airdate": "2026-01-24T18:10:32-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Is but a Dream",
    "track_id": "8d79e0ec-3f34-41fd-94fc-4df286222ff9",
    "recording_id": "c825f9f3-2cf8-426d-a6c2-6f668b469b78",
    "artist": "Genders",
    "artist_ids": [
        "abcb747d-9e8f-46f3-aef0-401af88653c1"
    ],
    "album": "Phone Home",
    "release_id": "79cd4c74-c54a-4e1f-9ef3-51f0d9ad54d0",
    "release_group_id": "7c1a946a-d8f0-4342-8751-5308947a7f19",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dreamy, fuzzy, nocturnal rock from Portland, OR! This is off their 2016 album Phone Home:\n\nhttps://genderspdx.bandcamp.com/album/phone-home",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}