Information about plays

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

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

{
    "id": 1272976,
    "uri": "https://api.kexp.org/v2/plays/1272976/?format=api",
    "airdate": "2007-08-29T23:43:05-07:00",
    "show": 22283,
    "show_uri": "https://api.kexp.org/v2/shows/22283/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P5ahyG44L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P5ahyG44L._SL75_.jpg",
    "song": "Lifeline",
    "track_id": "f499d694-f218-4f46-8c3a-ec22ef01165c",
    "recording_id": null,
    "artist": "Ben Harper & The Innocent Criminals",
    "artist_ids": [
        "63ef369f-5a88-4a95-ae58-7803160b08b7"
    ],
    "album": "Lifeline",
    "release_id": "9421511d-2091-40f6-a456-2cd4b5fa8def",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2007-08-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}