Information about plays

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

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

{
    "id": 377023,
    "uri": "https://api.kexp.org/v2/plays/377023/?format=api",
    "airdate": "2019-09-05T13:59:02-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Brighter the Light",
    "track_id": "fbe5a1bb-c3e0-49fd-9549-7cb684d0e474",
    "recording_id": null,
    "artist": "The Juan MacLean",
    "artist_ids": [
        "f8f1220b-1661-42c3-beea-d59e8e00b993"
    ],
    "album": "The Brighter the Light",
    "release_id": "be85f79e-5f3c-4bea-83e3-5003b8f13bb9",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2017-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'The Brighter the Light' is a single off of the upcoming compilation album of the same name by electronic musician The Juan MacLean. Due out on September 20th! As with most The Juan Maclean material, \"The Brighter The Light\" features vocalist and LCD Soundsystem founding member Nancy Whang.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}