Information about plays

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

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

{
    "id": 343652,
    "uri": "https://api.kexp.org/v2/plays/343652/?format=api",
    "airdate": "2019-06-19T21:25:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Compared To What",
    "track_id": null,
    "recording_id": null,
    "artist": "Les McCann & Eddie Harris",
    "artist_ids": [],
    "album": "Swiss Movement",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original \"Compared To What\" was recorded by Roberta Flack in 1969, but became better known following a performance by Les McCann (piano and vocals) and Eddie Harris (tenor saxophone) at the 1969 Montreux Jazz Festival, which appeared as the opening track on their album Swiss Movement. The album was certified Gold in sales in the United States. The song has been recorded by more than 270 artists, including Ray Charles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}