Information about plays

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

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

{
    "id": 352665,
    "uri": "https://api.kexp.org/v2/plays/352665/?format=api",
    "airdate": "2019-07-10T18:05:59-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark and Cold",
    "track_id": null,
    "recording_id": null,
    "artist": "Pure Luck",
    "artist_ids": [
        "f0fd269f-8b96-4ecd-9405-f3c463dd5e1f"
    ],
    "album": "Pure Luck",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Heavy Feather Records"
    ],
    "label_ids": [
        "b40f7fb8-d6e8-49a2-bd33-bc6a09255a00"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Supergroup of sorts formed by folks from Butthole Surfers, Ween, the Melvins ; official video: https://www.youtube.com/watch?v=aQYhtA1oyXY ; http://www.pureluckband.com ; https://www.facebook.com/PureLuckBand",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}