Information about plays

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

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

{
    "id": 1316987,
    "uri": "https://api.kexp.org/v2/plays/1316987/?format=api",
    "airdate": "2007-12-21T19:26:00-08:00",
    "show": 23028,
    "show_uri": "https://api.kexp.org/v2/shows/23028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saturday Night at the Duckpond",
    "track_id": "e1be319c-0a92-4150-a1d8-09f26162b010",
    "recording_id": null,
    "artist": "The Cougars",
    "artist_ids": [
        "ce809e12-e13c-4d8c-b858-f23c61762ede"
    ],
    "album": "Instrumental Greats of the 60's",
    "release_id": "67f61a52-07bd-4aa8-a1b9-b7e43232845f",
    "release_group_id": null,
    "labels": [
        "Music for Pleasure"
    ],
    "label_ids": [
        "5d4d55aa-6302-41ec-ac5d-b166a6607edb"
    ],
    "release_date": "1990-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}