Information about plays

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

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

{
    "id": 1165079,
    "uri": "https://api.kexp.org/v2/plays/1165079/?format=api",
    "airdate": "2006-11-25T16:39:36-08:00",
    "show": 20439,
    "show_uri": "https://api.kexp.org/v2/shows/20439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gray or Blue",
    "track_id": "2ab44226-ce5d-4ca1-a518-fa7a391cda8c",
    "recording_id": null,
    "artist": "Jaymay",
    "artist_ids": [
        "37ab8dae-1ed9-4922-a91c-a92c19a2dff2"
    ],
    "album": "Sea Green, See Blue",
    "release_id": "adbf32ed-d2d6-4e9c-b624-dbb849dcf40c",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}