Information about plays

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

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

{
    "id": 444519,
    "uri": "https://api.kexp.org/v2/plays/444519/?format=api",
    "airdate": "2001-07-12T21:03:45-07:00",
    "show": 7502,
    "show_uri": "https://api.kexp.org/v2/shows/7502/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FJyLezm9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FJyLezm9L._SL75_.jpg",
    "song": "Walkin' After Midnight",
    "track_id": "d6388a16-1b77-4c2a-81f8-f609ec5e5805",
    "recording_id": null,
    "artist": "Madeleine Peyroux",
    "artist_ids": [
        "7f260b9c-bea7-469b-9ba8-0daec7d2c85c"
    ],
    "album": "Dreamland",
    "release_id": "f2865eae-c669-4c93-854d-34559ce86298",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1996-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}