Information about plays

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

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

{
    "id": 381881,
    "uri": "https://api.kexp.org/v2/plays/381881/?format=api",
    "airdate": "2019-09-17T06:54:00-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The One Thing (extended version)",
    "track_id": "1d133894-16b9-44f2-b4bf-aeb9a8b8d83a",
    "recording_id": null,
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "The One Thing",
    "release_id": "7e90be93-6b52-4ff7-bca4-6e392b518e9f",
    "release_group_id": null,
    "labels": [
        "wea"
    ],
    "label_ids": [],
    "release_date": "1982-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first INXS song to hit the charts in the United States, just as the band embarked on their first tour of America, initially as the opener for Adam and the Ants, then for The Go-Go's.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}