Information about plays

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

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

{
    "id": 2675804,
    "uri": "https://api.kexp.org/v2/plays/2675804/?format=api",
    "airdate": "2019-12-20T06:01:00-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b04931f-ffb3-4ae2-a050-14b1a392c2e7/3460534844-250.jpg",
    "thumbnail_uri": "",
    "song": "We Do Nothing",
    "track_id": "2d741d55-93e3-358e-8478-d4421e498986",
    "recording_id": null,
    "artist": "Tom Vek",
    "artist_ids": [
        "83e72d2b-501e-4715-9bdf-8e6ffca42881"
    ],
    "album": "Leisure Seizure",
    "release_id": "6b04931f-ffb3-4ae2-a050-14b1a392c2e7",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2011-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and happy Friday.  We're counting down the top albums of the DECADE!! during today's Morning Show.  This is No. 56.\"Leisure Seizure\" was Tom Vek's second studio album and was released in June, 2011.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}