Information about plays

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

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

{
    "id": 376016,
    "uri": "https://api.kexp.org/v2/plays/376016/?format=api",
    "airdate": "2019-09-03T13:41:27-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Fire",
    "track_id": "c86e26cb-8dd1-4486-9ecd-530da82c66b5",
    "recording_id": null,
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "How I Got Over",
    "release_id": "4ccb131c-ed81-4297-8011-a45d8685e573",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This upbeat track features soul singer John Legend, who told MTV News he's been a fan of the Philly collective since his college days, when he was a student at the University of Pennsylvania. \"This is a group I've been following since I was a kid at UPenn. I would go to open mics and watch them host the open mics, wishing I could be onstage with them, and now I'm in the studio with them,\" he gushed.  Watch a live performance:  https://www.youtube.com/watch?v=XYq6OyP2iwk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}