Information about plays

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

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

{
    "id": 352241,
    "uri": "https://api.kexp.org/v2/plays/352241/?format=api",
    "airdate": "2019-07-09T17:54:20-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?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": "“When we travel to a place like Cuba, not only do we get to share our music, but we also get to experience other music, other traditions, and other’s rituals. It’s a door that we get to walk through and every now and then we get a glimpse behind the curtain. The people we meet become our friends and family. The imprint they leave becomes a part of us and our music, it’s a rare and beautiful thing. Now we get to share that experience with you.” - Ben Jaffe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}