Information about plays

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

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

{
    "id": 353017,
    "uri": "https://api.kexp.org/v2/plays/353017/?format=api",
    "airdate": "2019-07-11T12:37:11-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somebody",
    "track_id": "cfbd9d3b-e1c4-4ddd-b01a-1a8d04a3113f",
    "recording_id": null,
    "artist": "Dream Wife",
    "artist_ids": [
        "e83563e8-c8b2-4282-b960-6a7721acdbbb"
    ],
    "album": "Fire EP",
    "release_id": "24c78d0d-59b6-4638-8bbc-711d0aa3392e",
    "release_group_id": null,
    "labels": [
        "Lucky Number"
    ],
    "label_ids": [
        "368777fe-930d-4746-9b7c-e7d506b9f154"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Dream Wife's in-studio performance at KEXP from October, 2018: https://www.youtube.com/watch?v=TbNXLSn0sJY They are a London-based band whose sound is a mixture of punk rock, pop music and indie rock. The band consists of Rakel Mjöll, Alice Go, and Bella Podpadec. In 2018 the band was included on Rolling Stone magazine's list of \"The 13 Best Things We Saw\" at that year's Lollapalooza music festival.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}