Information about plays

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

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

{
    "id": 1196596,
    "uri": "https://api.kexp.org/v2/plays/1196596/?format=api",
    "airdate": "2007-02-14T01:01:06-08:00",
    "show": 20976,
    "show_uri": "https://api.kexp.org/v2/shows/20976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monkey Vs Shark",
    "track_id": null,
    "recording_id": null,
    "artist": "Thee More Shallows",
    "artist_ids": [
        "e00aa801-7772-43bb-af37-8b49fad1e026"
    ],
    "album": "Monkey Vs. Shark EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Turn Records"
    ],
    "label_ids": [
        "b2d64482-8d20-4d2e-a957-9a6f4868fc50"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}