Information about plays

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

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

{
    "id": 372696,
    "uri": "https://api.kexp.org/v2/plays/372696/?format=api",
    "airdate": "2019-08-26T21:42:13-07:00",
    "show": 6209,
    "show_uri": "https://api.kexp.org/v2/shows/6209/?format=api",
    "image_uri": "http://coverartarchive.org/release/66bf6a99-013c-4987-886f-57c4ce0b116d/23666406150-250.jpg",
    "thumbnail_uri": "",
    "song": "Gum Body",
    "track_id": "d9463285-2b3c-44c9-ab1f-d59046b37822",
    "recording_id": null,
    "artist": "Burna Boy & Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "African Giant",
    "release_id": "66bf6a99-013c-4987-886f-57c4ce0b116d",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-07-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}