Information about plays

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

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

{
    "id": 345977,
    "uri": "https://api.kexp.org/v2/plays/345977/?format=api",
    "airdate": "2019-06-25T13:44:31-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/aff4439f-4bd6-4fbc-b92b-58f169e825df/12079904253-250.jpg",
    "thumbnail_uri": "",
    "song": "Altered Beast",
    "track_id": "4542617c-6483-4822-af5c-45719b81cc3e",
    "recording_id": null,
    "artist": "Kithkin",
    "artist_ids": [
        "e77b9501-6fa8-48a1-856e-8f9c9e99776a"
    ],
    "album": "Rituals, Trances & Ecstasies for Humans in Face of The Collapse",
    "release_id": "aff4439f-4bd6-4fbc-b92b-58f169e825df",
    "release_group_id": null,
    "labels": [
        "Pesanta Urfolk"
    ],
    "label_ids": [
        "c231dcb3-9fab-4af5-b3a9-6d02c5c057d8"
    ],
    "release_date": "2014-05-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl Waters selected Kithkin's \"Altered Beast\" as a KEXP song of the Day. Read more about these local artists and download the song for free here:  https://www.kexp.org/read/2014/4/18/song-of-the-day-kithkin-altered-beast/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}