Information about plays

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

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

{
    "id": 482151,
    "uri": "https://api.kexp.org/v2/plays/482151/?format=api",
    "airdate": "2001-10-31T13:00:00-08:00",
    "show": 8231,
    "show_uri": "https://api.kexp.org/v2/shows/8231/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YrYxzwxML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YrYxzwxML._SL75_.jpg",
    "song": "Don't Shake Me Lucifer",
    "track_id": "f0d6ee1b-27de-4d23-954f-8af3b1540c3a",
    "recording_id": null,
    "artist": "Roky Erickson and The Aliens",
    "artist_ids": [
        "c52efcf0-1867-4b18-ad21-b37a373c14c0"
    ],
    "album": "I Think of Demons",
    "release_id": "2d139fbb-3a7e-4ffd-931d-95395cb31397",
    "release_group_id": null,
    "labels": [
        "Edsel"
    ],
    "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"
}