Information about plays

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

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

{
    "id": 353023,
    "uri": "https://api.kexp.org/v2/plays/353023/?format=api",
    "airdate": "2019-07-11T12:53:33-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/49042869-4724-4499-a2f7-1a93f0f71d12/15776701481-250.jpg",
    "thumbnail_uri": "",
    "song": "Floating World",
    "track_id": "0c42041c-a8f0-4bff-b4d8-fbe526b6a902",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "EP 4",
    "release_id": "49042869-4724-4499-a2f7-1a93f0f71d12",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolf Parade will be performing on August 2nd at Concerts at the Mural, presented by KEXP and Seattle Center! Follow this link for more information: https://www.kexp.org/events/catm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}