Information about plays

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

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

{
    "id": 352516,
    "uri": "https://api.kexp.org/v2/plays/352516/?format=api",
    "airdate": "2019-07-10T09:14:40-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/cb013e40-1432-4d5c-b802-25dfd69a98e1/23515642423-250.jpg",
    "thumbnail_uri": "",
    "song": "Keep Your Head Up",
    "track_id": "78a6291e-7722-4c4b-9dde-7a428fe6c2cc",
    "recording_id": null,
    "artist": "Preservation Hall Jazz Band",
    "artist_ids": [
        "1a9b4e0d-05e2-4491-83f0-a4a676283f99"
    ],
    "album": "A Tuba to Cuba",
    "release_id": "cb013e40-1432-4d5c-b802-25dfd69a98e1",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From New Orleans, Preservation Hall Jazz Band will be at Benaroya Hall November 18! https://www.preservationhalljazzband.com/\n\nHere's their KEXP live performance: https://www.youtube.com/watch?v=qWB4UiRopLE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}