Information about plays

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

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

{
    "id": 379548,
    "uri": "https://api.kexp.org/v2/plays/379548/?format=api",
    "airdate": "2019-09-11T12:36:46-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Citizen",
    "track_id": "383d7d6a-99ca-3b9e-88d7-3d9876c84a36",
    "recording_id": null,
    "artist": "Ceremony",
    "artist_ids": [
        "c13da818-d566-4f2a-aaaf-1c68301ddc43"
    ],
    "album": "Zoo",
    "release_id": "e39e6c7d-e33e-4b2f-8feb-2d852cce2bb3",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2012-03-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is off of one of our winner's of mixtape from Mixtape Week. Lindzey says, \"This was a personal mix made in 2014. It was a roller coaster year for my mental stability. My mom tried to commit suicide. One of our dearest friends was in a freak accident and we lost his beautiful, funny, perfect soul. My best friend and I got in perhaps the most devastating argument I have ever been in leading us to not speaking for several months. I was in a terrible relationship, and writing a research proposal to study abroad for a year in South America, when all of a sudden my dream person came back into my life after years of absence just before I moved out of country for a year. I made this tape in the summer after several harsh months of going through all the spectrums of emotions.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}