Information about plays

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

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

{
    "id": 351716,
    "uri": "https://api.kexp.org/v2/plays/351716/?format=api",
    "airdate": "2019-07-08T13:20:53-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/8056c739-091e-4aeb-a5b3-f3ebd88c7da9/11812988236-250.jpg",
    "thumbnail_uri": "",
    "song": "Buick MacKane",
    "track_id": "6bf16b0c-52b8-4473-a8e6-6016c4b1e2c5",
    "recording_id": null,
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "The Slider",
    "release_id": "8056c739-091e-4aeb-a5b3-f3ebd88c7da9",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2010-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}