Information about plays

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

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

{
    "id": 3545609,
    "uri": "https://api.kexp.org/v2/plays/3545609/?format=api",
    "airdate": "2025-08-27T20:21:37-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://ia800702.us.archive.org/2/items/mbid-f8c9afc5-3279-4eb0-8930-c01ac9fe9313/mbid-f8c9afc5-3279-4eb0-8930-c01ac9fe9313-35009339810_thumb500.jpg",
    "thumbnail_uri": "https://ia600702.us.archive.org/2/items/mbid-f8c9afc5-3279-4eb0-8930-c01ac9fe9313/mbid-f8c9afc5-3279-4eb0-8930-c01ac9fe9313-35009339810_thumb250.jpg",
    "song": "Gotoku Lemon",
    "track_id": "b69f06c8-61ef-4d36-8390-d02481538886",
    "recording_id": "23472cde-5bc8-4bfa-bfb3-852eb0f1afde",
    "artist": "TEKE::TEKE",
    "artist_ids": [
        "c21057e8-5eb0-4481-851f-69a885148653"
    ],
    "album": "Hagata",
    "release_id": "f8c9afc5-3279-4eb0-8930-c01ac9fe9313",
    "release_group_id": "4d0a3c44-2cc4-4860-bf2b-3541503c1d72",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2023-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Requested by Emily in Fremont!\n--\nTEKE::TEKE - Gotoku Lemon (Live on KEXP) - https://www.youtube.com/watch?v=LIE4R-G_mS8&list=RDLIE4R-G_mS8&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}