Information about plays

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

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

{
    "id": 2680365,
    "uri": "https://api.kexp.org/v2/plays/2680365/?format=api",
    "airdate": "2019-12-31T10:18:00-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Runnin' Away",
    "track_id": "ba8acecb-edc9-3661-a9dd-ad5089ce4be8",
    "recording_id": null,
    "artist": "Sly",
    "artist_ids": [
        "4ee18c1e-9f25-4340-aca8-55eab557dec7"
    ],
    "album": "There's a Riot Goin' On",
    "release_id": "8c9ec09f-5622-31c6-9cd5-4ad4a59fb5d5",
    "release_group_id": null,
    "labels": [
        "Sony Music Media"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Clinton called Sly Stone \"the baddest sucker I've ever heard in my life.\"  Read about the band's induction into the Rock Hall of Fame: https://www.rockhall.com/inductees/sly-and-family-stone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}