Information about plays

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

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

{
    "id": 420499,
    "uri": "https://api.kexp.org/v2/plays/420499/?format=api",
    "airdate": "2001-05-02T15:24:00-07:00",
    "show": 7036,
    "show_uri": "https://api.kexp.org/v2/shows/7036/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11SjRD3cfKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11SjRD3cfKL._SL75_.jpg",
    "song": "Candyman Blues",
    "track_id": "9a8a9344-e9f6-4b33-a830-4bb95007e36b",
    "recording_id": null,
    "artist": "Bassholes",
    "artist_ids": [
        "80d9382c-15c6-4f95-a781-b4032b0412ed"
    ],
    "album": "Blue Roots",
    "release_id": "2e06db46-5c19-4c33-83ff-62eadc68440e",
    "release_group_id": null,
    "labels": [
        "Revenant"
    ],
    "label_ids": [
        "483edb6f-628c-4acc-b881-3337bfb9faeb"
    ],
    "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"
}