Information about plays

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

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

{
    "id": 2676005,
    "uri": "https://api.kexp.org/v2/plays/2676005/?format=api",
    "airdate": "2019-12-20T16:51:19-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef780572-2aac-4767-b13a-c0f466aa2fc0/22829647227-250.jpg",
    "thumbnail_uri": "",
    "song": "Juice",
    "track_id": "db833f6e-f1fb-48f2-a969-07c623d822f8",
    "recording_id": null,
    "artist": "Lizzo",
    "artist_ids": [
        "8fb5370b-9568-4b61-9da5-2aa12c9928db"
    ],
    "album": "Cuz I Love You",
    "release_id": "ef780572-2aac-4767-b13a-c0f466aa2fc0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The single was written by Lizzo, Theron Thomas, Sam Sumser, Sean Small and Ricky Reed; the latter also handled the song's production. Musically, it is a retro-inspired funk and funk-pop song that is based on a throwback groove. Lyrically, the song discusses self-love, and has been described as a self-esteem anthem.  https://bit.ly/2sS5bKI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}