Information about plays

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

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

{
    "id": 347383,
    "uri": "https://api.kexp.org/v2/plays/347383/?format=api",
    "airdate": "2019-06-28T10:33:50-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/be34969c-12b0-471a-9a0e-9fd25b163b90/23239330285-250.jpg",
    "thumbnail_uri": "",
    "song": "Degrees",
    "track_id": "b8ed3b97-c6e6-42bf-823b-ad597d91cd36",
    "recording_id": null,
    "artist": "Stef Chura",
    "artist_ids": [
        "e86c1345-25e1-46cc-94c7-7056d301a7ab"
    ],
    "album": "Midnight",
    "release_id": "be34969c-12b0-471a-9a0e-9fd25b163b90",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl featured music from Stef Chura on the latest episode of the KEXP Podcast Music that Matters, Vol. 674 - Colors, which also features new songs from Just Mustard, Jay Som and Charly Bliss. Check it out here: https://www.kexp.org/podcasts/music-matters/2019/6/21/music-matters-vol-674-colors/<br><br>Stef Chura plays Barboza on Wednesday, July 31.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}