Information about plays

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

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

{
    "id": 454135,
    "uri": "https://api.kexp.org/v2/plays/454135/?format=api",
    "airdate": "2001-08-10T07:43:20-07:00",
    "show": 7684,
    "show_uri": "https://api.kexp.org/v2/shows/7684/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IB3w0rTUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IB3w0rTUL._SL75_.jpg",
    "song": "Meahwhile, Rick James...",
    "track_id": null,
    "recording_id": null,
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Comfort Eagle",
    "release_id": "12ee21b6-6d47-4e08-93b4-c12a2abcc6bb",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-07-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}