Information about plays

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

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

{
    "id": 350360,
    "uri": "https://api.kexp.org/v2/plays/350360/?format=api",
    "airdate": "2019-07-05T07:17:43-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d4bca24-a767-46d5-b95e-908fa3b4fd79/12926278819-250.jpg",
    "thumbnail_uri": "",
    "song": "A Knife in the Ocean",
    "track_id": "97793ba2-2269-48a6-b09f-8d1735e8222d",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "What Went Down",
    "release_id": "0d4bca24-a767-46d5-b95e-908fa3b4fd79",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2015-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview for The Guardian, Yannis Philippakis explained \"A Knife in the Ocean\" as “the bravado you have as a young man, trying to stare down your mortality”.  Here are the lyrics:  https://www.azlyrics.com/lyrics/foals/aknifeintheocean.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}