Information about plays

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

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

{
    "id": 415185,
    "uri": "https://api.kexp.org/v2/plays/415185/?format=api",
    "airdate": "2001-04-15T19:00:00-07:00",
    "show": 6925,
    "show_uri": "https://api.kexp.org/v2/shows/6925/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/312AG67T63L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/312AG67T63L._SL75_.jpg",
    "song": "Big Acts Little Acts (feat. GZA)",
    "track_id": "87c83d2c-94e5-4c56-88f5-24de23271744",
    "recording_id": null,
    "artist": "Afu-Ra",
    "artist_ids": [
        "04c464f3-cdae-4b43-9d0e-e972316f6b1e"
    ],
    "album": "Body of the Life Force",
    "release_id": "cecbb41c-0bb9-439a-8b40-4bd9698dbd3b",
    "release_group_id": null,
    "labels": [
        "Koch Records"
    ],
    "label_ids": [
        "b85f0764-3335-4109-b15e-ac294fe305b9"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}