Information about plays

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

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

{
    "id": 357212,
    "uri": "https://api.kexp.org/v2/plays/357212/?format=api",
    "airdate": "2019-07-21T09:52:00-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Along the Watchtower",
    "track_id": "9a0506ad-e4ba-3e22-ac45-1ff29c04f218",
    "recording_id": null,
    "artist": "The Brothers & Sisters",
    "artist_ids": [
        "b33bdeaf-69eb-4319-b39b-fa696368b95f"
    ],
    "album": "Dylan's Gospel",
    "release_id": "4bd3c156-cae4-3115-afc1-1b5dda519ddb",
    "release_group_id": null,
    "labels": [
        "Ode Records"
    ],
    "label_ids": [
        "b3d75193-db00-49de-a9f6-111349bad210"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}