Information about plays

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

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

{
    "id": 2670899,
    "uri": "https://api.kexp.org/v2/plays/2670899/?format=api",
    "airdate": "2019-12-09T08:13:00-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He Got Game",
    "track_id": "efaba53c-9d7e-3a3b-a53d-5478ea8fe550",
    "recording_id": null,
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "He Got Game",
    "release_id": "6532d2f0-cb7c-4ba6-ae9b-dfd07ab16267",
    "release_group_id": null,
    "labels": [
        "Def Jam Music Group"
    ],
    "label_ids": [],
    "release_date": "1998-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heavily sampling Buffalo Springfield's 1966 song \"For What It's Worth\" and its vocalist Stephen Stills. Released as the soundtrack to Spike Lee's 1998 film of the same name, this was the group's last album for Def Jam.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}