Information about plays

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

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

{
    "id": 3562949,
    "uri": "https://api.kexp.org/v2/plays/3562949/?format=api",
    "airdate": "2025-10-09T05:24:30-07:00",
    "show": 64785,
    "show_uri": "https://api.kexp.org/v2/shows/64785/?format=api",
    "image_uri": "https://ia801909.us.archive.org/33/items/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554-9407698409_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/33/items/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554-9407698409_thumb250.jpg",
    "song": "My My, Hey Hey (Out of the Blue)",
    "track_id": "f7bc56b0-e12a-4e29-b479-c98fe681e814",
    "recording_id": "1c7caa65-7227-4af7-a5c5-8a0dbc64bea1",
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Rust Never Sleeps",
    "release_id": "2e4f285f-de26-46cd-8175-81f070a3be18",
    "release_group_id": "a710c7c7-46e6-36ca-9c3c-87c8e79f8daf",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#248 on OUR listener's favorite albums!\n\nHelp keep public radio alive and well by giving  today: https://www.kexp.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}