Information about plays

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

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

{
    "id": 354456,
    "uri": "https://api.kexp.org/v2/plays/354456/?format=api",
    "airdate": "2019-07-14T22:45:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Needs",
    "track_id": null,
    "recording_id": null,
    "artist": "Braille",
    "artist_ids": [
        "0c9bdb05-2656-446a-84ca-36cb9cbf4b78"
    ],
    "album": "Stand Still",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hotflush Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One half of Sepalcure (with Machinedrum), Praveen Sharma’s solo project, Braille, has appeared on labels including Friends of Friends and Rush Hour, as well as Hotflush. Appearing here with his first solo EP since 2015, Sharma shows his versatility and keen ear for a melody with 4 contrasting additions to his catalogue. https://braillesounds.bandcamp.com/album/stand-still",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}