Information about plays

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

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

{
    "id": 3413792,
    "uri": "https://api.kexp.org/v2/plays/3413792/?format=api",
    "airdate": "2024-10-17T07:53:07-07:00",
    "show": 61598,
    "show_uri": "https://api.kexp.org/v2/shows/61598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nearer Than Heaven",
    "track_id": "2966bc61-0f92-32f9-9c39-122205a7ada8",
    "recording_id": "4b418bd7-bf23-48ee-a741-3532fd78f577",
    "artist": "Delays",
    "artist_ids": [
        "f86d80f3-3d2e-4450-9b0c-638152e93df3"
    ],
    "album": "Faded Seaside Glamour",
    "release_id": "2d9e433a-ffc1-4dc0-bb0f-292b99c997dd",
    "release_group_id": "d99c84cd-943e-3351-9fda-9f7d72d5adb2",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2003-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"By 2001, [the group's previous band] Corky had gone by the wayside and the brotherly bunch had regrouped as Delays. Sun-soaked, '60s-tailored rock melodies developed over a few years' time, as did a fondness for Cocteau Twins-influenced keyboards and loops.\" Read more about Delays here: https://tinyurl.com/2epxdvmk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}