Information about plays

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

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

{
    "id": 2675868,
    "uri": "https://api.kexp.org/v2/plays/2675868/?format=api",
    "airdate": "2019-12-20T09:30:03-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chapel Song",
    "track_id": "8d7d8bc0-0b83-4c25-abc8-7790f6d5c415",
    "recording_id": null,
    "artist": "Augustines",
    "artist_ids": [
        "994c6d08-08f2-47f1-81bd-b26bfb597cbc"
    ],
    "album": "We Are Augustines",
    "release_id": "421427cf-4599-4341-be0f-a43378209d3c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 16. \"Rise Ye Sunken Ships\" is the debut album of indie rock band Augustines, released under their original band name We Are Augustines. It debuted on CD in August, 2011.  Watch them performing \"Chapel Song\" live on  KEXP from CMJ 2011: https://www.youtube.com/watch?v=-_fv7TDOj-E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}