Information about plays

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

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

{
    "id": 357671,
    "uri": "https://api.kexp.org/v2/plays/357671/?format=api",
    "airdate": "2019-07-22T14:18:37-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "http://coverartarchive.org/release/711504be-896e-4103-a6a6-c9a2e30c015c/19360598945-250.jpg",
    "thumbnail_uri": "",
    "song": "Complet brouillé",
    "track_id": "3cff87cf-63f1-4000-be79-e6932d132eaa",
    "recording_id": null,
    "artist": "Essaie Pas",
    "artist_ids": [
        "beab776c-5756-44fd-95a2-6e2df200eb67"
    ],
    "album": "New Path",
    "release_id": "711504be-896e-4103-a6a6-c9a2e30c015c",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2018-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the duo’s fifth album to date – and second on powerhouse label DFA Records – is loosely based on Philip K. Dick’s \"A Scanner Darkly\", a classic of dystopian science fiction. The album explore themes of addiction, loss, and identity in cinematically tinged coldwave. Read more about the album here: https://essaiepas.bandcamp.com/album/new-path-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}