Information about plays

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

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

{
    "id": 374114,
    "uri": "https://api.kexp.org/v2/plays/374114/?format=api",
    "airdate": "2019-08-29T17:58:00-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocky Mountain Raga",
    "track_id": null,
    "recording_id": null,
    "artist": "Robbie Basho",
    "artist_ids": [
        "0a326e5b-9332-4490-a37c-aa3692201401"
    ],
    "album": "Visions of the Country",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Windham Hill Records"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Visions of the Country is the tenth studio album by composer and guitarist Robbie Basho, released in 1978 by Windham Hill Records. It was restored and remastered by Joe Churchich, Kyle Fosburgh, and John Dark and re-issued by Grass-Tops Recording and Gnome Life Records on September 25, 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}