Information about plays

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

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

{
    "id": 354435,
    "uri": "https://api.kexp.org/v2/plays/354435/?format=api",
    "airdate": "2019-07-14T21:19:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Let's Together",
    "track_id": null,
    "recording_id": null,
    "artist": "Lurka",
    "artist_ids": [
        "de240761-b086-4f58-a8e1-3aff1fab103d"
    ],
    "album": "Stay Let's Together",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wisdom Teeth"
    ],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Broken house that shudders and shimmies with a hip-hop swagger, a great sequel to his Timedance EP from last year, taken from a new 12-inch on Wisdom Teeth.\"  https://wisdomteethuk.bandcamp.com/album/lurka-stay-lets-together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}