Information about plays

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

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

{
    "id": 436071,
    "uri": "https://api.kexp.org/v2/plays/436071/?format=api",
    "airdate": "2001-06-18T22:31:45-07:00",
    "show": 7344,
    "show_uri": "https://api.kexp.org/v2/shows/7344/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VDEB3ZB4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VDEB3ZB4L._SL75_.jpg",
    "song": "Immune",
    "track_id": null,
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Secret Name",
    "release_id": "0b10f937-bfde-40dd-adb0-afeadb97ae34",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "1999-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}