Information about plays

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

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

{
    "id": 3559825,
    "uri": "https://api.kexp.org/v2/plays/3559825/?format=api",
    "airdate": "2025-09-30T23:38:59-07:00",
    "show": 64713,
    "show_uri": "https://api.kexp.org/v2/shows/64713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Light",
    "track_id": "a99826bd-f378-4386-818b-96e4c612765a",
    "recording_id": "8f606a33-cc06-4e26-b5ed-ca931f5330ac",
    "artist": "Morpho",
    "artist_ids": [
        "ad1d4641-96ee-4633-b51f-41ab80f004c0"
    ],
    "album": "Morpho Season",
    "release_id": "c0111182-3122-431f-819c-6c4a0b2c57b9",
    "release_group_id": "a7571b8e-c3bd-4950-809e-657b9cb64093",
    "labels": [
        "Hit the North Records"
    ],
    "label_ids": [
        "84661b60-40a9-489a-80e9-f6a0f14bca29"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morpho is playing at the Sunset in Seattle on Friday, October 3rd!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}