Information about plays

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

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

{
    "id": 1149815,
    "uri": "https://api.kexp.org/v2/plays/1149815/?format=api",
    "airdate": "2006-10-16T04:02:23-07:00",
    "show": 20178,
    "show_uri": "https://api.kexp.org/v2/shows/20178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See That My Grave Is Kept Clean",
    "track_id": null,
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "VA/The Harry Smith Project: Anthology of American Folk Music Revisited",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}