Information about plays

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

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

{
    "id": 344717,
    "uri": "https://api.kexp.org/v2/plays/344717/?format=api",
    "airdate": "2019-06-22T12:44:55-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/0ce99a06-360d-424c-87ea-15ff8daf7258/20244941761-250.jpg",
    "thumbnail_uri": "",
    "song": "Boys",
    "track_id": "85b16e34-6bd5-4619-895f-fe0e2262e73b",
    "recording_id": null,
    "artist": "Lizzo",
    "artist_ids": [
        "8fb5370b-9568-4b61-9da5-2aa12c9928db"
    ],
    "album": "Boys",
    "release_id": "0ce99a06-360d-424c-87ea-15ff8daf7258",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Slappin' 2018 banger from the headliner of the CApitol Hill Block  party. This song goes out to a KEXP listener Kendall getting ready for the \n Solstice party!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}