Information about plays

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

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

{
    "id": 3412583,
    "uri": "https://api.kexp.org/v2/plays/3412583/?format=api",
    "airdate": "2024-10-14T15:59:50-07:00",
    "show": 61577,
    "show_uri": "https://api.kexp.org/v2/shows/61577/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yurala",
    "track_id": null,
    "recording_id": "b2aa30f0-53af-43d9-962d-8eceeec3f31e",
    "artist": "Spinifex Gum",
    "artist_ids": [
        "55e06a2c-01b5-418c-9dc1-9b2dd847490c"
    ],
    "album": "Spinifex Gum",
    "release_id": null,
    "release_group_id": "5b32fd8e-0577-4832-a107-cb971627b620",
    "labels": [
        "My Shore Productions"
    ],
    "label_ids": [
        "758a91fe-906a-47e3-92ce-a50a76b5d0d7"
    ],
    "release_date": "2017-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spinifex Gum is an Australian musical collective based in Cairns, a collaboration between the Indigenous ensemble the Marliya Choir, Felix Riebl and Ollie McGill of the Melbourne band The Cat Empire, Lyn Williams, and Deborah Brown. The performers share the stories of the Yindjibarndi people in the Pilbara region of Western Australia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}