Information about plays

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

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

{
    "id": 435322,
    "uri": "https://api.kexp.org/v2/plays/435322/?format=api",
    "airdate": "2001-06-16T13:11:15-07:00",
    "show": 7327,
    "show_uri": "https://api.kexp.org/v2/shows/7327/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31TYCSWDYNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31TYCSWDYNL._SL75_.jpg",
    "song": "Jean-Marie",
    "track_id": "a89cbffc-fd2d-48e3-92e3-036efcdfa061",
    "recording_id": null,
    "artist": "The Silos",
    "artist_ids": [
        "cb987607-f778-4bed-9a11-f68b19773b07"
    ],
    "album": "Laser Beam Next Door",
    "release_id": "fcc68d2e-b861-4fb8-b1c1-31d2c50f7255",
    "release_group_id": null,
    "labels": [
        "Checkered Past Records"
    ],
    "label_ids": [
        "1b1e6408-12ab-420f-9a51-83927561c799"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}