Information about plays

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

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

{
    "id": 356950,
    "uri": "https://api.kexp.org/v2/plays/356950/?format=api",
    "airdate": "2019-07-20T18:21:35-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "http://coverartarchive.org/release/5e3fb7ff-de62-4d6e-9fcc-589c02b27469/22041470410-250.jpg",
    "thumbnail_uri": "",
    "song": "We Will Not Despair",
    "track_id": "9176645e-8348-45e1-80f5-8d5e4da6f161",
    "recording_id": null,
    "artist": "Breaks & Swells",
    "artist_ids": [
        "fb19288b-a35f-460a-b28e-0418551d4f2f"
    ],
    "album": "We Will Not Despair",
    "release_id": "5e3fb7ff-de62-4d6e-9fcc-589c02b27469",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soulful, classy, expressive, percussive—just a few words you can use to describe this funky, fun, seven-piece Seattle band. They pack the stage — people let loose and dance up a storm to good old jazzy and blues riffs as lead singer Marquetta Miller's sugary coated vocals give a sweet flavor to the sound. Catch them tomorrow at the Capitol Hill Block Party on Sunday July 21st at 10:15PM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}