Information about plays

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

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

{
    "id": 3410031,
    "uri": "https://api.kexp.org/v2/plays/3410031/?format=api",
    "airdate": "2024-10-08T13:17:19-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Gave Me Feet for Dancing",
    "track_id": "1d4dc525-20c7-4f5c-a63d-1aafef4b1502",
    "recording_id": "fd5d2b80-236e-401c-a351-071150e50bb5",
    "artist": "Ezra Collective feat. Yazmin Lacey",
    "artist_ids": [
        "451919df-764c-40cf-9aa2-fcafe599d869",
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d"
    ],
    "album": "Dance, No One’s Watching",
    "release_id": "429eca84-6e10-4f31-8377-564c5d3ad21e",
    "release_group_id": "72b18440-7761-4b91-834a-e75fb671e141",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "''Dance, No One's Watching' is an ode to the sacred, yet joyous act of dancing, an album that musically guides you through a night out in the city, from the opening of possibilities as a new evening spans out ahead, to dawn’s final hours as the night comes to a close.\"\n\nThe group took home the 2023 Mercury Prize - learn more and listen to the newly released album here: https://ezracollective.bandcamp.com/album/dance-no-ones-watching",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}