Information about plays

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

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

{
    "id": 415026,
    "uri": "https://api.kexp.org/v2/plays/415026/?format=api",
    "airdate": "2001-04-13T14:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GZGS0BWEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GZGS0BWEL._SL75_.jpg",
    "song": "Big Jet Sky",
    "track_id": "99da3155-98a8-4121-bbb8-615134dca4e1",
    "recording_id": null,
    "artist": "The Helio Sequence ",
    "artist_ids": [
        "b6ab8d01-0cb3-4515-bc05-d928397e7429"
    ],
    "album": "Com Plex",
    "release_id": "260eafe3-25ea-401b-a90a-f347479fedcd",
    "release_group_id": null,
    "labels": [
        "Cavity Search"
    ],
    "label_ids": [
        "45303356-1959-4084-b85c-7897fbdb29e6"
    ],
    "release_date": "2000-09-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}