Information about plays

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

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

{
    "id": 423801,
    "uri": "https://api.kexp.org/v2/plays/423801/?format=api",
    "airdate": "2001-05-12T17:46:40-07:00",
    "show": 7103,
    "show_uri": "https://api.kexp.org/v2/shows/7103/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZZN88330L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZZN88330L._SL75_.jpg",
    "song": "Cherry Bomb",
    "track_id": null,
    "recording_id": null,
    "artist": "The Runaways",
    "artist_ids": [
        "ded0d67a-eb71-4fe9-83c0-1d18b8ed497e"
    ],
    "album": "The Best of the Runaways",
    "release_id": "f1c5bdd3-a422-4a57-a88a-52e9bf74c41f",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "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"
}