Information about plays

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

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

{
    "id": 3624797,
    "uri": "https://api.kexp.org/v2/plays/3624797/?format=api",
    "airdate": "2026-03-03T11:56:01-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood and Bubblegum",
    "track_id": "354411ae-1a06-440a-b618-e5ada6217413",
    "recording_id": "41aad090-f086-4ce1-af3d-b08e0cbfc771",
    "artist": "Star Anna",
    "artist_ids": [
        "11cbb56f-2846-488a-90aa-1ec7b93353f3"
    ],
    "album": "Love and Sex and Fear of Death (singles)",
    "release_id": "7037733f-ca93-4a2c-9c94-fe1e9523da36",
    "release_group_id": "21fc6270-ada7-43f5-be2c-551c57d8547b",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-04-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss this live performance of \"Blood and Bubblegum\" in the KEXP studio in 2024 (Cheryl was there!): https://www.youtube.com/watch?v=RBo19wLer0M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}