Information about plays

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

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

{
    "id": 1178029,
    "uri": "https://api.kexp.org/v2/plays/1178029/?format=api",
    "airdate": "2006-12-28T19:40:58-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617eznuSueL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617eznuSueL._SL75_.jpg",
    "song": "Satan's Paradise",
    "track_id": "9d13fedd-fbca-4e45-872c-8d5429f58b8e",
    "recording_id": null,
    "artist": "Kieran Kane, Kevin Welch & Fats Kaplin",
    "artist_ids": [
        "0a068777-556f-4585-8dcd-d2e3b8183d96"
    ],
    "album": "Lost John Dean",
    "release_id": "63bb808c-a1f7-4c49-833b-c0746a710ae9",
    "release_group_id": null,
    "labels": [
        "Compass"
    ],
    "label_ids": [
        "469a45e9-b01d-4604-9920-9290ac8fdee5"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}