Information about plays

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

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

{
    "id": 351900,
    "uri": "https://api.kexp.org/v2/plays/351900/?format=api",
    "airdate": "2019-07-09T01:01:48-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/395900a3-318d-46d2-8358-947a6f2ea910/19463819571-250.jpg",
    "thumbnail_uri": "",
    "song": "I Never Dream",
    "track_id": "4658e807-38ca-4825-9e4f-dea131b172b9",
    "recording_id": null,
    "artist": "(A.A.L) Against All Logic",
    "artist_ids": [
        "c8e6242c-bc88-446c-8723-e354b806243d"
    ],
    "album": "2012–2017",
    "release_id": "395900a3-318d-46d2-8358-947a6f2ea910",
    "release_group_id": null,
    "labels": [
        "Other People"
    ],
    "label_ids": [
        "7eafcf10-49dc-4646-8870-5e5505626b0f"
    ],
    "release_date": "2018-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nicolas Jaar - the Chilean-American composer and recording artist of several bands/monikers, including Against All Logic - recently performed nine hours in the Oude Kerk, Amsterdam's oldest parish church and building, circa 1306. For three blocks of three hours, he used the newly restored Vater-Müller organ, improvising music in deep dialogue with the gothic space of the Oude Kerk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}