Information about plays

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

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

{
    "id": 422824,
    "uri": "https://api.kexp.org/v2/plays/422824/?format=api",
    "airdate": "2001-05-09T18:02:51-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WCGMESVNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WCGMESVNL._SL75_.jpg",
    "song": "Dumplin's",
    "track_id": "f3dc7217-dcc7-4ae7-978b-79582d074c03",
    "recording_id": null,
    "artist": "The Ernie Freeman Combo",
    "artist_ids": [
        "07715197-2f7f-406a-b4e1-1495062cd1d0"
    ],
    "album": "Raunchy",
    "release_id": "401292f4-2723-4ad6-b3a2-43a7347b1049",
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "1997-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}