Information about plays

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

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

{
    "id": 1286123,
    "uri": "https://api.kexp.org/v2/plays/1286123/?format=api",
    "airdate": "2007-10-02T11:43:09-07:00",
    "show": 22504,
    "show_uri": "https://api.kexp.org/v2/shows/22504/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51luYS-1N0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51luYS-1N0L._SL75_.jpg",
    "song": "Bohemian Like You",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Thirteen Tales From Urban Bohemia",
    "release_id": "a480641f-8e78-4c8f-ba39-4f1c1067349f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-06-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}