Information about plays

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

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

{
    "id": 3415582,
    "uri": "https://api.kexp.org/v2/plays/3415582/?format=api",
    "airdate": "2024-10-21T16:39:41-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyes",
    "track_id": null,
    "recording_id": "c5455316-9e7c-41df-b7c5-e37025c8fc8c",
    "artist": "Jherek Bischoff & David Byrne",
    "artist_ids": [
        "e0dcef88-0353-425c-99bd-81a36e96ed7f",
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Eyes / Young and Lovely",
    "release_id": null,
    "release_group_id": "705779ac-6358-4bf3-b8ca-c4bfece81eb1",
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2012-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bischoff is a composer, arranger, producer and multi- instrumentalist. He has collaborated with the likes of Kronos Quartet, David Byrne, Neil Gaiman and Robert Wilson.  \n\nhttps://jherekbischoff.bandcamp.com/album/eyes-young-lovely-single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}