Information about plays

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

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

{
    "id": 346089,
    "uri": "https://api.kexp.org/v2/plays/346089/?format=api",
    "airdate": "2019-06-25T18:26:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cos-Ber-Zam Ne Noya",
    "track_id": null,
    "recording_id": null,
    "artist": "Daphni",
    "artist_ids": [
        "859216c4-5d01-479b-b6c3-e20cc591a86a"
    ],
    "album": "Jiaolong",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [],
    "release_date": "2012-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jiaolong is the sixth studio album by Canadian musician Daniel Snaith. It is the first album in Snaith's discography credited under the moniker Daphni, and is more dancefloor oriented than his work as Caribou.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}