Information about plays

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

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

{
    "id": 356960,
    "uri": "https://api.kexp.org/v2/plays/356960/?format=api",
    "airdate": "2019-07-20T18:54:00-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afterglow",
    "track_id": null,
    "recording_id": null,
    "artist": "I M U R",
    "artist_ids": [],
    "album": "Thirty33",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "I M U R, Vancouver's music group combines the whole electronic, experimental, soul and hip-hop experience within their music. Catch them at Capitol Hill Block Party on Sunday July 21 at 2:45 on the Barboza stage.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}