Information about plays

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

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

{
    "id": 3413206,
    "uri": "https://api.kexp.org/v2/plays/3413206/?format=api",
    "airdate": "2024-10-16T02:08:28-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything’s Beautiful",
    "track_id": "4418b54b-55c3-4f64-8df2-e02e2fd2dcbe",
    "recording_id": "1e7cd6e1-63b8-4d9f-bc44-6f476cfe901f",
    "artist": "Hiatus Kaiyote",
    "artist_ids": [
        "55c03773-59ea-4d4e-9057-87c2ecab005d"
    ],
    "album": "Love Heart Cheat Code",
    "release_id": "5ae33a0e-7fcb-4770-9e0c-23cf421dd53d",
    "release_group_id": "71146b74-9958-4646-8ed1-f2d237d6e746",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2024-06-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest from Melbourne, Australia's Hiatus Kaiyote. The song is the first new music from the band in two years!\n\n\"Everything's Beautiful\" is a musical affirmation in celebration of life's infinite possibilities.\n https://hiatuskaiyote.bandcamp.com/album/everything-s-beautiful",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}