Information about plays

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

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

{
    "id": 3413990,
    "uri": "https://api.kexp.org/v2/plays/3413990/?format=api",
    "airdate": "2024-10-17T18:25:47-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Song",
    "track_id": "2bf5916b-bdc8-4b9e-9add-b1d190580de0",
    "recording_id": "5a8f7959-6906-4672-ac64-f994e98976ae",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Depression Cherry",
    "release_id": "927119cb-39cd-423e-86d8-301c127569e9",
    "release_group_id": "da216e7b-9ce3-4347-8f59-bc758dca2da1",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2015-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Beach House is Victoria Legrand and Alex Scally. We have been a band for over a decade living and working in Baltimore, MD. Depression Cherry is our 5th full-length record and was recorded at Studio in the Country in Bogalusa, Louisiana from November ’14 through January ’15. This time period crossed the anniversaries of both John Lennon’s and Roy Orbison’s death.\" \nhttps://beachhouse.bandcamp.com/album/depression-cherry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}