Information about plays

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

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

{
    "id": 2679365,
    "uri": "https://api.kexp.org/v2/plays/2679365/?format=api",
    "airdate": "2019-12-29T01:00:00-08:00",
    "show": 46246,
    "show_uri": "https://api.kexp.org/v2/shows/46246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nomos Nebuleam",
    "track_id": null,
    "recording_id": null,
    "artist": "Blut aus Nord",
    "artist_ids": [
        "c21db200-1f7c-4c23-b518-cf7fac6b8e85"
    ],
    "album": "Hallucinogen",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Debemur Morti Productions"
    ],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Hallucinogen was voted #1 metal album of 2019 by Infernal Masquerade; https://www.facebook.com/Vindsval.official",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}