Information about plays

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

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

{
    "id": 480740,
    "uri": "https://api.kexp.org/v2/plays/480740/?format=api",
    "airdate": "2001-10-27T10:22:00-07:00",
    "show": 8204,
    "show_uri": "https://api.kexp.org/v2/shows/8204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pu Tun Tun",
    "track_id": "7ab53226-bb30-47b8-98a4-fb9ceaa73dd4",
    "recording_id": null,
    "artist": "El General",
    "artist_ids": [
        "64291b1a-94b8-46cd-b1d1-8d2e1f2bffff"
    ],
    "album": "Reggae Party Mega-Mix (Mixed by Hard-E and Smooth B.)",
    "release_id": "e3549062-3d53-42af-b650-36829ea9450e",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}