Information about plays

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

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

{
    "id": 373947,
    "uri": "https://api.kexp.org/v2/plays/373947/?format=api",
    "airdate": "2019-08-29T10:50:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Thing on Me (Cocaine on Me)",
    "track_id": null,
    "recording_id": null,
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beechwood Music"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Ben's \"Soothe Your Soul\" mix. Ben DJ'd in College Park Maryland from 1997-2001. \"Around 2005 I found a way to share music with friends and fans by posting mixes online via a rss/podcast feed on my website, http://onenationunderagroove.net. By the summer of 2009, I had honed my craft and came up with a mix sharing soulful sounds from Jazzanova to Curtis Mayfield as well as upbeat tracks from artists showing up on KEXP at the time like PPP, Nickodemus and Mr. Lif.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}