Information about plays

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

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

{
    "id": 2675842,
    "uri": "https://api.kexp.org/v2/plays/2675842/?format=api",
    "airdate": "2019-12-20T07:58:21-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "With Love",
    "track_id": "5a249e38-e755-3e3e-9de1-b02f65612ffe",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Build a Rocket Boys!",
    "release_id": "7f1be9aa-425e-32c1-8ac0-0dcb9b1e368c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 33.  The fifth album from Elbow was released on March 4th, 2011 to universal acclaim. It was the follow-up to the highly successful \"The Seldom Seen Kid.\" \"I'd give my liver to see you abide and ride shotgun...\"  Here are the interesting lyrics to \"With Love\": https://www.metrolyrics.com/with-love-lyrics-elbow.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}