Information about plays

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

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

{
    "id": 454773,
    "uri": "https://api.kexp.org/v2/plays/454773/?format=api",
    "airdate": "2001-08-12T05:12:00-07:00",
    "show": 7698,
    "show_uri": "https://api.kexp.org/v2/shows/7698/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fGSP0spLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fGSP0spLL._SL75_.jpg",
    "song": "Tensions",
    "track_id": "d0fac02c-0323-4f53-9f72-fd5815bcfa39",
    "recording_id": null,
    "artist": "Charles Mingus",
    "artist_ids": [
        "f3b8e107-abe8-4743-b6a3-4a4ee995e71f"
    ],
    "album": "Passions of a Man: The Complete Atlantic Recordings (1956-1961) (disc 3)",
    "release_id": "d088d93f-9868-4313-8b20-4eb466d43d24",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}