Information about plays

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

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

{
    "id": 438465,
    "uri": "https://api.kexp.org/v2/plays/438465/?format=api",
    "airdate": "2001-06-25T18:26:40-07:00",
    "show": 7389,
    "show_uri": "https://api.kexp.org/v2/shows/7389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-19UAy1SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-19UAy1SL._SL75_.jpg",
    "song": "Pete-Pete",
    "track_id": "12508f9e-3987-4908-b25f-7789024fb773",
    "recording_id": null,
    "artist": "Highlife Stars",
    "artist_ids": [
        "e34d72d4-7fcf-4977-bf25-7660709dbc42"
    ],
    "album": "Classic Highlife: The Best of Ghanaian Highlife Music",
    "release_id": "1a61da5d-2ad0-41cc-897c-126334aa2bb6",
    "release_group_id": null,
    "labels": [
        "A.I.M.-(UK)"
    ],
    "label_ids": [],
    "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"
}