Information about plays

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

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

{
    "id": 1177868,
    "uri": "https://api.kexp.org/v2/plays/1177868/?format=api",
    "airdate": "2006-12-28T09:32:20-08:00",
    "show": 20653,
    "show_uri": "https://api.kexp.org/v2/shows/20653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "8 Ball",
    "track_id": null,
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "(V/A) The Chillout Session (Disc 1)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ministry of Sound"
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b"
    ],
    "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"
}