Information about plays

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

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

{
    "id": 534395,
    "uri": "https://api.kexp.org/v2/plays/534395/?format=api",
    "airdate": "2002-04-03T23:48:58-08:00",
    "show": 9257,
    "show_uri": "https://api.kexp.org/v2/shows/9257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yechida",
    "track_id": "91028833-bd1a-4408-86eb-cc8f8b790b6b",
    "recording_id": null,
    "artist": "John Zorn",
    "artist_ids": [
        "7ec4a553-73e5-4c0d-a071-a82b83a309e6"
    ],
    "album": "Filmworks IX: Trembling Before G-d",
    "release_id": "108a85c0-3569-4140-8604-7d8f6f7c0a75",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "2000-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}