Information about plays

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

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

{
    "id": 1264278,
    "uri": "https://api.kexp.org/v2/plays/1264278/?format=api",
    "airdate": "2007-08-08T00:56:27-07:00",
    "show": 22138,
    "show_uri": "https://api.kexp.org/v2/shows/22138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519u20jRROL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519u20jRROL._SL75_.jpg",
    "song": "Hours",
    "track_id": null,
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Return to Cookie Mountain",
    "release_id": "0fa57eee-d185-4fa9-ada5-a553ca8f1de9",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "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"
}