Information about plays

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

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

{
    "id": 456445,
    "uri": "https://api.kexp.org/v2/plays/456445/?format=api",
    "airdate": "2001-08-16T20:36:00-07:00",
    "show": 7727,
    "show_uri": "https://api.kexp.org/v2/shows/7727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonesone, On'ry ",
    "track_id": null,
    "recording_id": null,
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Collector's Series",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}