Information about plays

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

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

{
    "id": 435658,
    "uri": "https://api.kexp.org/v2/plays/435658/?format=api",
    "airdate": "2001-06-17T16:56:15-07:00",
    "show": 7335,
    "show_uri": "https://api.kexp.org/v2/shows/7335/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41T0F3NSC2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41T0F3NSC2L._SL75_.jpg",
    "song": "Ridiculously Deep",
    "track_id": "23ecfe00-2536-44d8-b7e5-bb51eaa13d55",
    "recording_id": null,
    "artist": "Arto Lindsay + Arnaldo Antunes + Davi Moraes",
    "artist_ids": [
        "6c1904f2-dacf-4389-b828-d2cedc6f12b4"
    ],
    "album": "Noon Chill",
    "release_id": "8770be89-68bb-40ad-ac82-3c4bdc6dee5a",
    "release_group_id": null,
    "labels": [
        "BarNone"
    ],
    "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"
}