Information about plays

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

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

{
    "id": 1397057,
    "uri": "https://api.kexp.org/v2/plays/1397057/?format=api",
    "airdate": "2008-07-13T09:48:00-07:00",
    "show": 24378,
    "show_uri": "https://api.kexp.org/v2/shows/24378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel So Fine",
    "track_id": "4da283e1-c6d7-4216-988f-870cd739038d",
    "recording_id": null,
    "artist": "Harold Burrage",
    "artist_ids": [
        "35136fd8-6f52-4063-8755-f920b2316e31"
    ],
    "album": "Long Man Blues",
    "release_id": "08dcddf1-c9bf-4dd1-aeed-c1da3425f136",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}