Information about plays

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

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

{
    "id": 368768,
    "uri": "https://api.kexp.org/v2/plays/368768/?format=api",
    "airdate": "2019-08-17T17:40:42-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For What It's Worth (stereo)",
    "track_id": "8c560a81-e48c-3e4c-9615-7fae530c064b",
    "recording_id": null,
    "artist": "Buffalo Springfield",
    "artist_ids": [
        "22dc19af-d085-4c9b-adfb-22ec256251f1"
    ],
    "album": "Buffalo Springfield",
    "release_id": "7da0e925-4315-4ef3-87ea-5538500d460d",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1997-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buffalo Springfield was a Canadian-American rock band active from 1966 to 1968 whose most prominent members were Stephen Stills, Neil Young, and Richie Furay. The group released three albums and several singles, including \"For What It's Worth\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}