Information about plays

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

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

{
    "id": 343208,
    "uri": "https://api.kexp.org/v2/plays/343208/?format=api",
    "airdate": "2019-06-18T23:45:37-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/36d0be6d-e14b-40a5-9733-42029fbaddf0/23252931560-250.jpg",
    "thumbnail_uri": "",
    "song": "Playground",
    "track_id": "17d237cd-44b8-4b4f-84ec-92d86d819403",
    "recording_id": null,
    "artist": "Steve Lacy",
    "artist_ids": [
        "b29020d6-5dbf-4c99-b16f-c009f8a712ff"
    ],
    "album": "Apollo XXI",
    "release_id": "36d0be6d-e14b-40a5-9733-42029fbaddf0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve Lacy has been on so many great records this decade. In addition to his solo work and music with The Internet, Lacy has worked with Kendrick Lamar, Vampire Weekend, Kali Uchis, Solange, Blood Orange, and many others. Oh yeah, and he's only 21 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}