Information about plays

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

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

{
    "id": 1375280,
    "uri": "https://api.kexp.org/v2/plays/1375280/?format=api",
    "airdate": "2008-05-17T16:45:59-07:00",
    "show": 24004,
    "show_uri": "https://api.kexp.org/v2/shows/24004/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't No Danbo (When He's Gone) (Copy remix)",
    "track_id": "522d7776-b3a2-4546-aa9c-50ac7692e0f0",
    "recording_id": null,
    "artist": "Truckasauras",
    "artist_ids": [
        "37c1d151-dec5-4495-8f38-d8f503bbe39f"
    ],
    "album": "Tea Parties, Guns and Valor",
    "release_id": "6b2559f6-a812-473c-a579-7818d2c86e63",
    "release_group_id": null,
    "labels": [
        "Fourthcity"
    ],
    "label_ids": [
        "a12b61f4-2124-4c42-8f23-3ef3d72d675d"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}