Information about plays

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

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

{
    "id": 376204,
    "uri": "https://api.kexp.org/v2/plays/376204/?format=api",
    "airdate": "2019-09-03T20:23:30-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "http://coverartarchive.org/release/ba89e931-3566-468c-8149-9cdc2971e768/4440742417-250.jpg",
    "thumbnail_uri": "",
    "song": "All the Same",
    "track_id": "f4b3e9bd-52a0-3918-b6be-4deab5a0cdb1",
    "recording_id": null,
    "artist": "Vieux Farka Touré feat. Dave Matthews",
    "artist_ids": [
        "7682d624-9e0b-45b2-b7d0-d1b18b3ebd05"
    ],
    "album": "The Secret",
    "release_id": "ba89e931-3566-468c-8149-9cdc2971e768",
    "release_group_id": null,
    "labels": [
        "Six Degrees Records"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2011-07-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mali. Vieux Farka Toure is a legendary singer and guitarist. He's the son of Ali Farka Toure.  See him LIVE October 28  at illsley Ball Nordstrom Recital Hall at Benaroya Hall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}