Information about plays

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

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

{
    "id": 478574,
    "uri": "https://api.kexp.org/v2/plays/478574/?format=api",
    "airdate": "2001-10-21T01:17:38-07:00",
    "show": 8164,
    "show_uri": "https://api.kexp.org/v2/shows/8164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41OKwiSmPaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41OKwiSmPaL._SL75_.jpg",
    "song": "You're the Reason",
    "track_id": "fb31960a-4e62-4c19-8326-f6d7e2233184",
    "recording_id": null,
    "artist": "Hank Williams III",
    "artist_ids": [
        "1b764e7a-ded1-42bc-8c85-85703b6d72a5"
    ],
    "album": "Risin' Outlaw",
    "release_id": "493d677c-992b-444f-8fab-88e83e5a016a",
    "release_group_id": null,
    "labels": [
        "Curb"
    ],
    "label_ids": [],
    "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"
}