Information about plays

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

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

{
    "id": 381537,
    "uri": "https://api.kexp.org/v2/plays/381537/?format=api",
    "airdate": "2019-09-16T09:09:59-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "http://coverartarchive.org/release/f9d7b29b-d842-4702-96d2-e0b64e1198f4/3396911845-250.jpg",
    "thumbnail_uri": "",
    "song": "At the Movies",
    "track_id": "cd533885-1e73-3e96-b0f2-59e99ea11b84",
    "recording_id": null,
    "artist": "Bad Brains",
    "artist_ids": [
        "e919b253-da5b-4aae-a444-6a368376a2d6"
    ],
    "album": "Rock for Light",
    "release_id": "f9d7b29b-d842-4702-96d2-e0b64e1198f4",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1991-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by the late Ric Ocasek of The Cars.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}