Information about plays

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

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

{
    "id": 352432,
    "uri": "https://api.kexp.org/v2/plays/352432/?format=api",
    "airdate": "2019-07-10T04:36:24-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?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": "Playing The Gorge Amphitheatre with Sharon Van Etten on Fri. Sept. 6th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}