Information about plays

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

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

{
    "id": 435131,
    "uri": "https://api.kexp.org/v2/plays/435131/?format=api",
    "airdate": "2001-06-15T21:04:17-07:00",
    "show": 7322,
    "show_uri": "https://api.kexp.org/v2/shows/7322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Building a Fire With Rain",
    "track_id": "f74cd766-54f3-48c9-adfb-87dfc820ca58",
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "That Did It!: The Duke Recordings, Volume 3 (disc 1)",
    "release_id": "291c6be2-1905-49a8-879b-1bb8b28ba9bd",
    "release_group_id": null,
    "labels": [
        "Duke"
    ],
    "label_ids": [
        "851787e9-0290-433a-81fa-cff4086ce06f"
    ],
    "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"
}