Information about plays

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

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

{
    "id": 3413753,
    "uri": "https://api.kexp.org/v2/plays/3413753/?format=api",
    "airdate": "2024-10-17T05:37:02-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing Circles 2.0",
    "track_id": "a0e81284-4f3c-48aa-b048-c87fc149cb3e",
    "recording_id": "a8fbd014-9f02-47aa-ac70-3022e5fb217a",
    "artist": "Sampha",
    "artist_ids": [
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "Lahai",
    "release_id": "01fa8bfa-d880-4a2b-800a-f3e1e9362e30",
    "release_group_id": "b745c43d-3abf-48a3-8caf-81c25d40d100",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-10-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just released on October 1st!  \n\nhttps://sampha.bandcamp.com/album/lahai-deluxe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}