Information about plays

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

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

{
    "id": 450845,
    "uri": "https://api.kexp.org/v2/plays/450845/?format=api",
    "airdate": "2001-07-31T22:41:32-07:00",
    "show": 7625,
    "show_uri": "https://api.kexp.org/v2/shows/7625/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61kTaH-uZBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61kTaH-uZBL._SL75_.jpg",
    "song": "Love at First Feel",
    "track_id": "a1c1c6e6-1cdf-497f-970e-2b7fb8b0ea3c",
    "recording_id": null,
    "artist": "AC/DC",
    "artist_ids": [
        "66c662b6-6e2f-4930-8610-912e24c63ed1"
    ],
    "album": "Dirty Deeds Done Dirt Cheap",
    "release_id": "82582154-0283-4ac5-a891-28736faa8b6f",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1976-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}