Information about plays

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

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

{
    "id": 3413780,
    "uri": "https://api.kexp.org/v2/plays/3413780/?format=api",
    "airdate": "2024-10-17T07:06:06-07:00",
    "show": 61598,
    "show_uri": "https://api.kexp.org/v2/shows/61598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Claudia Lewis",
    "track_id": null,
    "recording_id": "7c1f3ff0-47ca-47f2-8315-650dd2a40291",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Hurry Up, We’re Dreaming",
    "release_id": null,
    "release_group_id": "5f898a60-acc5-48fc-a11b-2926084c0924",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2011-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M83 performed live in the KEXP studio in October of last year. See full performance here:\nhttps://www.youtube.com/watch?v=UHNVQ2PHTr4\n\nThe video for Claudia Lewis was directed by Bryce Dallas Howard, daughter of Ron Howard. She told Vogue that the video was inspired by the David Bowie-starring sci-fi film 'The Man Who Fell to Earth.' The video features Phil Collins’s daughter, Lily Collins. You can watch it at https://www.youtube.com/watch?v=bHrxEXqLlrU\n\nM83 is out with a new album- Fantasy \nhttps://ilovem83.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}