Information about plays

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

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

{
    "id": 372447,
    "uri": "https://api.kexp.org/v2/plays/372447/?format=api",
    "airdate": "2019-08-26T06:26:32-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "http://coverartarchive.org/release/454c3ade-1679-481a-a794-79081ba330d1/22822457876-250.jpg",
    "thumbnail_uri": "",
    "song": "Donna",
    "track_id": "b262978d-6b08-439d-af7d-71882b6da136",
    "recording_id": null,
    "artist": "The Lumineers",
    "artist_ids": [
        "bfcb6630-9b31-4e63-b11f-7b0363be72b5"
    ],
    "album": "III",
    "release_id": "454c3ade-1679-481a-a794-79081ba330d1",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inspired by one of frontman Wesley Schultz’s family members caught in the spiral of alcoholism. “So many people are touched by addiction, way more than is talked about,” Schultz says. “It’s a lot like cancer in that it is this way too common thing in our culture.” https://thelumineers.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}