Information about plays

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

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

{
    "id": 347449,
    "uri": "https://api.kexp.org/v2/plays/347449/?format=api",
    "airdate": "2019-06-28T14:22:45-07:00",
    "show": 5786,
    "show_uri": "https://api.kexp.org/v2/shows/5786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dream",
    "track_id": "46155cb0-50a1-364f-baef-68d12d95651f",
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Carrion Crawler / The Dream",
    "release_id": "238ac0cc-bf91-475d-a455-9435181944a3",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2011-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album's title was taken from the titles of the first and sixth songs on the album.  A \"Carrion Crawler\" is a centipede-like monster from the Dungeons and Dragons series of role-playing games. Petey Dammit stated that the album was originally based around \"The Dream,\" but after the band created the song \"Carrion Crawler,\" John Dwyer decided to add its name to the album's title. The songs are completely separate other than their use together as the album's name.  https://bit.ly/2epBzfB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}