Information about plays

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

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

{
    "id": 433097,
    "uri": "https://api.kexp.org/v2/plays/433097/?format=api",
    "airdate": "2001-06-10T00:21:25-07:00",
    "show": 7287,
    "show_uri": "https://api.kexp.org/v2/shows/7287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510XYMPN5NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510XYMPN5NL._SL75_.jpg",
    "song": "Chie Begam",
    "track_id": "87b8f8b3-8ee6-4762-a6bd-5ad4601a6ec9",
    "recording_id": null,
    "artist": "Andy",
    "artist_ids": [
        "70eccad0-2d80-4205-b143-d22cc6cfe1a9"
    ],
    "album": "Desert Roses & Arabian Rhythms",
    "release_id": "3f1a130e-d141-452e-aed6-90e15351c3f7",
    "release_group_id": null,
    "labels": [
        "Mondo Melodia"
    ],
    "label_ids": [
        "ffdcb01e-43ef-45bc-9b3c-56c3edf069b1"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}