Information about plays

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

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

{
    "id": 466809,
    "uri": "https://api.kexp.org/v2/plays/466809/?format=api",
    "airdate": "2001-09-16T17:35:17-07:00",
    "show": 7940,
    "show_uri": "https://api.kexp.org/v2/shows/7940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Chord Complaint",
    "track_id": "5fc4136c-1200-407c-87aa-32dc0e191c2c",
    "recording_id": null,
    "artist": "A Drag City Supersession",
    "artist_ids": [
        "2b761321-7d3c-4cd9-8b63-0a00a0cbf8d4"
    ],
    "album": "A Drag City Supersession: Tramps, Traitors and Little Devils",
    "release_id": "133d89f3-c583-4f10-b8ac-932d832252a5",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "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"
}