Information about plays

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

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

{
    "id": 471417,
    "uri": "https://api.kexp.org/v2/plays/471417/?format=api",
    "airdate": "2001-09-30T05:55:23-07:00",
    "show": 8027,
    "show_uri": "https://api.kexp.org/v2/shows/8027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cryptology/Theme Stream",
    "track_id": "bf39c3e0-b402-40a4-b7b1-5c00fedfdfb4",
    "recording_id": null,
    "artist": "David S. Ware Quartet",
    "artist_ids": [
        "b8fc61dd-182d-46b1-9a9a-4738cdafa2f7"
    ],
    "album": "Cryptology",
    "release_id": "bb291165-245d-4456-a8cf-65de70464af6",
    "release_group_id": null,
    "labels": [
        "Homestead Records"
    ],
    "label_ids": [
        "3a113bbe-09e6-4e87-9055-20b488e7d361"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}