Information about plays

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

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

{
    "id": 3529087,
    "uri": "https://api.kexp.org/v2/plays/3529087/?format=api",
    "airdate": "2025-07-19T18:07:22-07:00",
    "show": 64059,
    "show_uri": "https://api.kexp.org/v2/shows/64059/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool and Calm",
    "track_id": "1a2d7f7a-820b-4388-b8e2-7df91c0eeddc",
    "recording_id": "6fcdedf2-22dd-49b0-9274-d8bf0261304c",
    "artist": "The Pharmacy",
    "artist_ids": [
        "72fc6005-6283-410c-b5a0-1a850eda459c"
    ],
    "album": "Spells",
    "release_id": "958fb6df-7820-4b5d-a787-ab435c8e4c45",
    "release_group_id": "7a1aa4d2-c92b-4af3-80ad-a775b20a8d06",
    "labels": [
        "Old Flame Records"
    ],
    "label_ids": [
        "67ceac60-e287-4110-9513-04e054d74294"
    ],
    "release_date": "2014-08-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the final album of Seattle band The Pharmacy!\n\nhttps://oldflamerecords.bandcamp.com/album/the-pharmacy-spells-2",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}