Information about plays

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

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

{
    "id": 347210,
    "uri": "https://api.kexp.org/v2/plays/347210/?format=api",
    "airdate": "2019-06-27T23:59:27-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/24a21b9e-0e6d-42b8-916c-e8648771b91c/16069754076-250.jpg",
    "thumbnail_uri": "",
    "song": "10 d E A T h b R E a s T ⚄ ⚄",
    "track_id": "f3fa8eb9-fd8e-4e67-81cc-9f779b5ded7f",
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "22, a Million",
    "release_id": "24a21b9e-0e6d-42b8-916c-e8648771b91c",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bon Iver (/boʊn iːˈvɛər/) is an American indie folk band founded in 2006 by singer songwriter Justin Vernon. The name \"Bon Iver\" derives from the French phrase bon hiver (French pronunciation: ​[bɔn‿ivɛːʁ]) (\"good winter\"), taken from a greeting on Northern Exposure.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}