Information about plays

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

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

{
    "id": 375346,
    "uri": "https://api.kexp.org/v2/plays/375346/?format=api",
    "airdate": "2019-09-01T18:50:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kill the Dream",
    "track_id": "4474dd1f-c87d-4fb9-b242-1c6ef7bf242b",
    "recording_id": null,
    "artist": "Jerry Paper",
    "artist_ids": [
        "b5d177c8-a3bf-47ab-8e66-aae394b380cc"
    ],
    "album": "Toon Time Raw!",
    "release_id": "d8d023a6-bed0-410a-937f-bff439fc7e9f",
    "release_group_id": null,
    "labels": [
        "Bayonet Records"
    ],
    "label_ids": [
        "cdac7201-d153-49be-be39-f20c251f7962"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}