Information about plays

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

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

{
    "id": 379976,
    "uri": "https://api.kexp.org/v2/plays/379976/?format=api",
    "airdate": "2019-09-12T11:11:09-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/d2e05c81-ca9b-47f3-ba02-4efbaf531716/2613128882-250.jpg",
    "thumbnail_uri": "",
    "song": "Controversy",
    "track_id": "93c80dad-3483-34c6-9154-05e4e49ceab1",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits/The B-Sides",
    "release_id": "d2e05c81-ca9b-47f3-ba02-4efbaf531716",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1993-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In April 2019, KEXP had another great day of special programming with twelve hours of Six Degrees of Prince. You can watch the live footage from this day as the artists captured all the music played that day on a beautiful and creative banner: https://www.kexp.org/watch/six-degrees-of-prince/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}