Information about plays

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

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

{
    "id": 374080,
    "uri": "https://api.kexp.org/v2/plays/374080/?format=api",
    "airdate": "2019-08-29T16:49:04-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/d6752399-eff1-4fe1-bb4e-965b9f35155a/5813380576-250.jpg",
    "thumbnail_uri": "",
    "song": "Rock and Roll",
    "track_id": "14b4819c-1b84-3289-ad43-061147e1146d",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Best of The Velvet Underground: Words and Music of Lou Reed",
    "release_id": "d6752399-eff1-4fe1-bb4e-965b9f35155a",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song recounts the advent of rock & roll, telling the story of a girl named Jenny whose \"life was saved by rock and roll.”\n\nIn the liner notes to the Velvet Underground's box set Peel Slowly and See, Lou Reed wrote, \"'Rock and Roll' is about me. If I hadn't heard rock and roll on the radio, I would have had no idea there was life on this planet. Which would have been devastating - to think that everything, everywhere was like it was where I come from. That would have been profoundly discouraging. Movies didn't do it for me. TV didn't do it for me. It was the radio that did it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}