Information about plays

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

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

{
    "id": 2675440,
    "uri": "https://api.kexp.org/v2/plays/2675440/?format=api",
    "airdate": "2019-12-19T16:08:50-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fde29c4-4230-4680-9667-359d33aed38d/23915484093-250.jpg",
    "thumbnail_uri": "",
    "song": "Mariners Apartment Complex",
    "track_id": "b88a6df6-0f6c-4b02-a6f2-d1bcb2b08c5e",
    "recording_id": null,
    "artist": "Lana Del Rey",
    "artist_ids": [
        "b7539c32-53e7-4908-bda3-81449c367da6"
    ],
    "album": "Norman Fucking Rockwell!",
    "release_id": "7fde29c4-4230-4680-9667-359d33aed38d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Volunteer Ethan Fields' Top Album of the year! Lana Del Rey's Norman F****** Rockwell!<br/><br/>\nOn the song Del Rey stated:\n\n\"The song is about this time I took a walk late at night with a guy I was seeing, and we stopped in front his friend's apartment complex, and he put his hand around my shoulder, and he said \"I think we are together because we're both similar, like we're both really messed up\" and I thought it was the saddest thing I'd ever heard. And I said, \"I'm not sad, I didn't know that's why you thought you were relating to me on that level, I'm actually doing pretty good\". And he was upset, and that's when I wrote the song. I thought, I had to do so many times, where you know like I had to sort of step on that role where I was showing the way and I was sort of being the brighter light. But that's why it's so cool that you’re playing it. 'Cause I thought that I'd just put it out and it would be one of those things that I'd put out just to have there for myself, but it's cool being able to share it with people too.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}