Information about plays

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

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

{
    "id": 455339,
    "uri": "https://api.kexp.org/v2/plays/455339/?format=api",
    "airdate": "2001-08-13T23:13:50-07:00",
    "show": 7710,
    "show_uri": "https://api.kexp.org/v2/shows/7710/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615TP8BCJRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615TP8BCJRL._SL75_.jpg",
    "song": "Althea",
    "track_id": "dd9e7624-6634-4b64-a894-9e6f9b392baf",
    "recording_id": null,
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Without a Net (disc 1)",
    "release_id": "a9ef2528-9b35-4014-9ba1-7a44a6f81173",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "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"
}