Information about plays

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

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

{
    "id": 3543284,
    "uri": "https://api.kexp.org/v2/plays/3543284/?format=api",
    "airdate": "2025-08-22T12:59:49-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://ia601909.us.archive.org/33/items/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554/mbid-c5b00a6e-48e0-4eb3-b3c7-93a532f97554-9407698409_thumb500.jpg",
    "thumbnail_uri": "https://ia601909.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": "In \"The Complete Guide to the Music of Neil Young,\" Young explains why the line \"rust never sleeps\" appealed to him. \"It relates to my career; the longer I keep on going the more I have to fight this corrosion. And now that's gotten to be like the World Series for me. The competition's there, whether I will corrode and eventually not be able to move anymore and just repeat myself until further notice or whether I will be able to expand and keep the corrosion down a little.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}