Information about plays

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

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

{
    "id": 3584984,
    "uri": "https://api.kexp.org/v2/plays/3584984/?format=api",
    "airdate": "2025-11-30T12:03:10-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "https://ia803408.us.archive.org/3/items/mbid-f5e5de16-4683-4149-b13c-a4ae06a62b64/mbid-f5e5de16-4683-4149-b13c-a4ae06a62b64-41058962558_thumb500.jpg",
    "thumbnail_uri": "https://ia803408.us.archive.org/3/items/mbid-f5e5de16-4683-4149-b13c-a4ae06a62b64/mbid-f5e5de16-4683-4149-b13c-a4ae06a62b64-41058962558_thumb250.jpg",
    "song": "Better (unplugged)",
    "track_id": "389f96d3-7123-4c72-9f46-ba76e763678f",
    "recording_id": "37e4c80c-3176-4e0a-b6a6-e97c228bfd15",
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "In The Blue Light",
    "release_id": "f5e5de16-4683-4149-b13c-a4ae06a62b64",
    "release_group_id": "595d77a6-191f-4065-b797-e941860aee80",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live at The Blue Note in New York.\n\nWatch the short documentary about \"In the Blue Light\" at https://www.youtube.com/watch?v=IxTnE7VgFoY\n\nhttps://kelela.bandcamp.com/album/in-the-blue-light-1\nhttps://www.kelela.co/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}