Information about plays

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

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

{
    "id": 382264,
    "uri": "https://api.kexp.org/v2/plays/382264/?format=api",
    "airdate": "2019-09-18T00:16:00-07:00",
    "show": 6362,
    "show_uri": "https://api.kexp.org/v2/shows/6362/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Pretty Red",
    "track_id": null,
    "recording_id": null,
    "artist": "La Neve",
    "artist_ids": [
        "4f7792ce-38cb-43a4-989b-2c21fddbc184"
    ],
    "album": "The Vital Cord",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When he's not firing up crowds as a member of the Providence punk rock outfit Downtown Boys, Joey DeFrancesco performs as La Neve — his drag alter-ego with a flair for battle cries packed with disco bombast. Next month, La Neve will release her proper debut album, The Vital Cord, the tracklist of which promises a queer dance take on The Stone Roses' \"I Wanna Be Adored.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}