Information about plays

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

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

{
    "id": 471511,
    "uri": "https://api.kexp.org/v2/plays/471511/?format=api",
    "airdate": "2001-09-30T14:48:00-07:00",
    "show": 8029,
    "show_uri": "https://api.kexp.org/v2/shows/8029/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EPD4XJW9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EPD4XJW9L._SL75_.jpg",
    "song": "My Baby Just Cares for Me",
    "track_id": "3c9286fb-2f11-45db-ae51-7212fc76b685",
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Verve Jazz Masters 17",
    "release_id": "bc75bdd0-012c-4879-ac22-9e9dc7e169e1",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1994-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}