Information about plays

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

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

{
    "id": 534717,
    "uri": "https://api.kexp.org/v2/plays/534717/?format=api",
    "airdate": "2002-04-04T21:51:33-08:00",
    "show": 9263,
    "show_uri": "https://api.kexp.org/v2/shows/9263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417BPB0M4TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417BPB0M4TL._SL75_.jpg",
    "song": "Fulcrum",
    "track_id": "c606182e-80d0-476c-a3b7-9496fae83e02",
    "recording_id": null,
    "artist": "Fontanelle",
    "artist_ids": [
        "aaa3db7c-9f30-4342-abe8-12487a7efbf9"
    ],
    "album": "F",
    "release_id": "cf803c8a-4c4f-41d9-9d60-0a74b3c6163e",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2001-05-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}