Information about plays

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

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

{
    "id": 3520661,
    "uri": "https://api.kexp.org/v2/plays/3520661/?format=api",
    "airdate": "2025-06-30T05:21:09-07:00",
    "show": 63881,
    "show_uri": "https://api.kexp.org/v2/shows/63881/?format=api",
    "image_uri": "https://ia801704.us.archive.org/33/items/mbid-272ce022-cc9a-4d58-88e1-7957d472e374/mbid-272ce022-cc9a-4d58-88e1-7957d472e374-5232723089_thumb500.jpg",
    "thumbnail_uri": "https://ia601704.us.archive.org/33/items/mbid-272ce022-cc9a-4d58-88e1-7957d472e374/mbid-272ce022-cc9a-4d58-88e1-7957d472e374-5232723089_thumb250.jpg",
    "song": "Bury the House",
    "track_id": "47ca4189-bd9d-44bd-9590-1ef38d592645",
    "recording_id": "55cd9e73-cba9-450e-a29c-08bed39d87b1",
    "artist": "LAKE",
    "artist_ids": [
        "8e652510-1ccd-4fda-ae69-586ebfa494cd"
    ],
    "album": "The World Is Real",
    "release_id": "272ce022-cc9a-4d58-88e1-7957d472e374",
    "release_group_id": "a4f89713-a238-4ac3-b74a-cd28d44e0435",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2013-09-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "LAKE formed in 2005 in Olympia, Washington: https://laketheband.bandcamp.com/album/the-world-is-real \n\nWatch LAKE perform \"Bury the House\" Live on KEXP back in 2013: https://www.youtube.com/watch?v=aWfH4Q3Ku6A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}