Information about plays

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

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

{
    "id": 1288563,
    "uri": "https://api.kexp.org/v2/plays/1288563/?format=api",
    "airdate": "2007-10-08T20:38:38-07:00",
    "show": 22549,
    "show_uri": "https://api.kexp.org/v2/shows/22549/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QWTP4KWAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QWTP4KWAL._SL75_.jpg",
    "song": "Raha",
    "track_id": "2c92d528-a070-41fc-841b-88ee6b9f3fd5",
    "recording_id": null,
    "artist": "Faudel",
    "artist_ids": [
        "5b330b43-ea98-486f-a15d-4aa09e990ac7"
    ],
    "album": "Samra",
    "release_id": "43ad4649-bbc2-4d2c-906a-589d7ad331a8",
    "release_group_id": null,
    "labels": [
        "Mondo Melodia"
    ],
    "label_ids": [
        "ffdcb01e-43ef-45bc-9b3c-56c3edf069b1"
    ],
    "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"
}