Information about plays

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

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

{
    "id": 355548,
    "uri": "https://api.kexp.org/v2/plays/355548/?format=api",
    "airdate": "2019-07-17T09:41:31-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/325b57cb-aa85-4232-b6e3-c24240fc1e32/4437166118-250.jpg",
    "thumbnail_uri": "",
    "song": "Jazz Thing (Video mix)",
    "track_id": "84cdae99-b61a-3b35-bca9-3b81965b3598",
    "recording_id": null,
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Full Clip: A Decade of Gang Starr",
    "release_id": "325b57cb-aa85-4232-b6e3-c24240fc1e32",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1999-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gang Starr's Guru was born on this day in 1961! The rapper/producer/actor died after a year long battle with cancer in 2010 at age 48.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}