Information about plays

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

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

{
    "id": 3572444,
    "uri": "https://api.kexp.org/v2/plays/3572444/?format=api",
    "airdate": "2025-11-01T03:01:43-07:00",
    "show": 64988,
    "show_uri": "https://api.kexp.org/v2/shows/64988/?format=api",
    "image_uri": "https://ia803401.us.archive.org/12/items/mbid-9cf24ac1-764c-40d1-aa9f-545c60b9b120/mbid-9cf24ac1-764c-40d1-aa9f-545c60b9b120-21728177388_thumb500.jpg",
    "thumbnail_uri": "https://ia803401.us.archive.org/12/items/mbid-9cf24ac1-764c-40d1-aa9f-545c60b9b120/mbid-9cf24ac1-764c-40d1-aa9f-545c60b9b120-21728177388_thumb250.jpg",
    "song": "Elegia",
    "track_id": "c5bfbbc7-4d79-3fd4-8743-465c18fcc20f",
    "recording_id": "6e21044b-ef81-4409-84a9-df4e00f9e25f",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Retro",
    "release_id": "72dee28e-f18c-4dd2-abad-dd87926f789d",
    "release_group_id": "54033a32-d1ed-39d9-9225-0174be5b9689",
    "labels": [
        "Warner Music UK Ltd."
    ],
    "label_ids": [
        "03ac1af2-2bbf-41e7-b9e4-5f4ec51e38a8"
    ],
    "release_date": "2008-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}