Information about plays

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

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

{
    "id": 447412,
    "uri": "https://api.kexp.org/v2/plays/447412/?format=api",
    "airdate": "2001-07-21T16:48:00-07:00",
    "show": 7560,
    "show_uri": "https://api.kexp.org/v2/shows/7560/?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": "Blackmail",
    "track_id": "764fa524-f3e3-410c-87f6-0c1db8eb6187",
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}