Information about plays

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

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

{
    "id": 382984,
    "uri": "https://api.kexp.org/v2/plays/382984/?format=api",
    "airdate": "2019-09-19T14:23:27-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "http://coverartarchive.org/release/39eebdcc-e8bf-4cf3-bd22-49c3dd7e4c93/20673518239-250.jpg",
    "thumbnail_uri": "",
    "song": "Teen Age Riot",
    "track_id": "221033a0-f905-3fcb-b04f-db30e5f7c44a",
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Daydream Nation",
    "release_id": "39eebdcc-e8bf-4cf3-bd22-49c3dd7e4c93",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Teenage Riot'  is about an alternate reality where J Mascis is president of the United States. In the liner notes accompanying the deluxe edition of Daydream Nation, Byron Coley quoted Thurston Moore on 'Teen Age Riot': \"It was actually about appointing J Mascis as our de facto alternative dream president\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}