Information about plays

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

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

{
    "id": 2679736,
    "uri": "https://api.kexp.org/v2/plays/2679736/?format=api",
    "airdate": "2019-12-29T22:32:00-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reprise (Short Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Third Attempt",
    "artist_ids": [],
    "album": "Reprise EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beatservice Records"
    ],
    "label_ids": [],
    "release_date": "2019-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third Attempt is Torje Fagertun Spilde, a 20 year old artist and DJ originally from Asker, just outside of Oslo. Now established in Tromsø, Norway, he is one of the young forces in the rising new generation of electronic producers from the birthplace of the Northern Disco Groove.  https://th1rdattempt.bandcamp.com/album/reprise-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}