Information about plays

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

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

{
    "id": 518682,
    "uri": "https://api.kexp.org/v2/plays/518682/?format=api",
    "airdate": "2002-02-17T05:53:00-08:00",
    "show": 8948,
    "show_uri": "https://api.kexp.org/v2/shows/8948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eighth between B & C",
    "track_id": "c7287841-4d49-4644-a247-b6b2c2ce85a1",
    "recording_id": null,
    "artist": "John Zorn & Wayne Horvitz & Elliott Sharp & Bobby Previte",
    "artist_ids": [
        "ae1f1ce2-914b-418e-b74e-ca571e0c1ec0"
    ],
    "album": "Downtown Lullaby",
    "release_id": "65acb319-8553-4c25-adcf-f5dbc31eb0aa",
    "release_group_id": null,
    "labels": [
        "Depth of Field"
    ],
    "label_ids": [
        "807ca690-3cba-46c9-8f6f-c6b0d9fb330e"
    ],
    "release_date": "1998-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}