Information about plays

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

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

{
    "id": 372591,
    "uri": "https://api.kexp.org/v2/plays/372591/?format=api",
    "airdate": "2019-08-26T15:10:47-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/3552022f-e390-43aa-ab71-c8bf317dad1c/21616570753-250.jpg",
    "thumbnail_uri": "",
    "song": "Bleeding Muddy Water",
    "track_id": "b4492545-4fd3-3fd7-9d6b-6f4e65d1de15",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Blues Funeral",
    "release_id": "3552022f-e390-43aa-ab71-c8bf317dad1c",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2012-02-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Soul Retrieval\" by Tai Hubbert.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}