Information about plays

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

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

{
    "id": 2678351,
    "uri": "https://api.kexp.org/v2/plays/2678351/?format=api",
    "airdate": "2019-12-26T10:46:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want to Be Evil",
    "track_id": "7da0cacc-a9cb-3ef6-824b-9c2be9f35db0",
    "recording_id": null,
    "artist": "Eartha Kitt",
    "artist_ids": [
        "02b4a39e-04c0-4eb7-a0eb-c919f3d14154"
    ],
    "album": "Purr-fect: Greatest Hits",
    "release_id": "d0d24dd2-abaa-41cc-ae79-b1d9365d2bfe",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I want to be evil, I want to hurt flies / I want to sing songs like the guy who cries / I want to be horrid, I want to drink booze / And whatever I've got, I'm eager to lose\" <br> <br> \t\"I Want to Be Evil\" was originally released on <i>That Bad Eartha</i> in 1953.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}