Information about plays

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

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

{
    "id": 349509,
    "uri": "https://api.kexp.org/v2/plays/349509/?format=api",
    "airdate": "2019-07-03T08:44:57-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c/4436846352-250.jpg",
    "thumbnail_uri": "",
    "song": "St. Elsewhere",
    "track_id": "91b37903-4011-45db-9c47-af66fb3d5354",
    "recording_id": null,
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "St. Elsewhere",
    "release_id": "31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2006-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collaboration between Cee Lo Green and producer Danger Mouse. More here: https://www.discogs.com/artist/438412-Gnarls-Barkley",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}