Information about plays

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

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

{
    "id": 3413445,
    "uri": "https://api.kexp.org/v2/plays/3413445/?format=api",
    "airdate": "2024-10-16T12:34:32-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dear Life",
    "track_id": "c91b7d98-584d-4c03-b7c4-0a961cc4925f",
    "recording_id": "2a1334d2-f2a9-42c7-a69c-69bf4034bb72",
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Honey",
    "release_id": "bd229996-b32d-4abc-ad0d-fec64625fde5",
    "release_group_id": "224850e8-6a9d-4351-8401-1ec2d3585219",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniel Victor Snaith (Caribou) is a Canadian composer, musician, and recording artist. He has released 10 studio albums since 2000 and has recorded and performed under the stage names Caribou, Manitoba, and Daphni.\nFor this album, Snaith utilized Ai generated voices to mix with-- the album was released earlier this month and he is set to tour it in November! Check out some local show dates below:\nPLAYING:\nPortland, OR (Nov. 9th) @ Roseland Theatre\nSeattle, WA (Nov 10th) @ Showbox SODO\nOakland, CA (Nov 12th) @ Fox Theater\nLos Angeles, CA (Nov 13th) @ Shrine Expo Hal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}