Information about plays

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

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

{
    "id": 350966,
    "uri": "https://api.kexp.org/v2/plays/350966/?format=api",
    "airdate": "2019-07-06T18:56:31-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unchained",
    "track_id": "5ef30ea6-2612-4d6f-8aca-02505a6a85da",
    "recording_id": null,
    "artist": "Rell Be Free",
    "artist_ids": [
        "cd8861d1-69ae-43c4-b4cd-38caa2d8e3a4"
    ],
    "album": "Nu Growth",
    "release_id": "657f09db-afe6-4c33-b7a1-75ccad8a2252",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rell Be Free will be playing at the Othello Block Party on Saturday, July 27th at 9pm!  Listen to him here: https://soundcloud.com/rellbefree\n\n\"Othello Block Party’s mission is to provide  an inclusive platform for youth, people of color, LGBTQ community members, immigrants, and longtime residents to share their stories and  their art. We exist to empower South Seattle artists, musicians, entrepreneurs, activists, and more by creating space for locals to organize and build together for equity and inclusion in a rapidly changing south end.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}