Information about plays

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

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

{
    "id": 435266,
    "uri": "https://api.kexp.org/v2/plays/435266/?format=api",
    "airdate": "2001-06-16T10:24:00-07:00",
    "show": 7326,
    "show_uri": "https://api.kexp.org/v2/shows/7326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610M0P31VWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610M0P31VWL._SL75_.jpg",
    "song": "The Champ",
    "track_id": "3ccbc41c-758c-491f-afa1-e437ed3a9a8f",
    "recording_id": null,
    "artist": "The Mohawks",
    "artist_ids": [
        "39adceea-f47d-45d0-8cfd-f6840fd1d366"
    ],
    "album": "Funk Drops 2: Breaks, Nuggets & Rarities 1968-1975",
    "release_id": "536c43a2-3250-40ad-b12d-9d6ca16204f0",
    "release_group_id": null,
    "labels": [
        "Duplate"
    ],
    "label_ids": [],
    "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"
}