Information about plays

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

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

{
    "id": 380968,
    "uri": "https://api.kexp.org/v2/plays/380968/?format=api",
    "airdate": "2019-09-14T22:49:42-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ballad of the Slaughterhouse",
    "track_id": "7bb973ee-7c6d-336b-97ba-d0b7d910d499",
    "recording_id": null,
    "artist": "The Pinkerton Thugs",
    "artist_ids": [
        "2b44b8d6-b189-4e15-a815-37572cac8aae"
    ],
    "album": "The Pain and the Pinkerton Thugs",
    "release_id": "6f7a6658-f365-451e-bac0-0a839d30e13a",
    "release_group_id": null,
    "labels": [
        "V.M.L. Records"
    ],
    "label_ids": [
        "8299070a-92a0-45e5-bbf6-b9b7336f49f4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}