Information about plays

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

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

{
    "id": 459375,
    "uri": "https://api.kexp.org/v2/plays/459375/?format=api",
    "airdate": "2001-08-25T09:56:50-07:00",
    "show": 7788,
    "show_uri": "https://api.kexp.org/v2/shows/7788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murder She Wrote",
    "track_id": "20b89575-c338-4e99-8c07-7c6603cd0639",
    "recording_id": null,
    "artist": "Chaka Demus & Pliers",
    "artist_ids": [
        "449f264b-1a94-4ef8-b601-2ffccbbedefa"
    ],
    "album": "Watch How You Flex!: More Reggae Dance Hall Killers",
    "release_id": "c84e82e0-2deb-4397-b64c-5c5c20861c19",
    "release_group_id": null,
    "labels": [
        "Mango"
    ],
    "label_ids": [],
    "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"
}