Information about plays

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

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

{
    "id": 3611520,
    "uri": "https://api.kexp.org/v2/plays/3611520/?format=api",
    "airdate": "2026-01-31T18:28:57-08:00",
    "show": 65807,
    "show_uri": "https://api.kexp.org/v2/shows/65807/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elephant's Foot",
    "track_id": "6a375c26-a00b-487f-9a45-f436b93882dd",
    "recording_id": null,
    "artist": "Manic Pixie Dream Boat",
    "artist_ids": [
        "850ac0dd-1ef1-4360-b731-66dd1851ee00"
    ],
    "album": "Manic Pixie Dream Boat",
    "release_id": "b33cb25c-7a02-4f90-bdd1-ca727e8b2f11",
    "release_group_id": "47941276-d296-4296-9569-053e24b5caab",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-10-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Olympia! It's off a four-song EP that dropped in late 2023!\n\nhttps://manicpixiedreamboat.bandcamp.com/album/manic-pixie-dream-boat",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}