Information about plays

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

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

{
    "id": 443216,
    "uri": "https://api.kexp.org/v2/plays/443216/?format=api",
    "airdate": "2001-07-09T13:31:45-07:00",
    "show": 7482,
    "show_uri": "https://api.kexp.org/v2/shows/7482/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513K2-HwqxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513K2-HwqxL._SL75_.jpg",
    "song": "Cut The Check",
    "track_id": "25c3670c-81d4-4543-9ea1-f251be08d24b",
    "recording_id": null,
    "artist": "Gas Huffer",
    "artist_ids": [
        "87bcfd2a-72c7-4c59-b2d6-873cb2e76ca6"
    ],
    "album": "Just Beautiful Music",
    "release_id": "35f33fb4-1265-4d4f-93eb-45179b120240",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1998-04-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}