Information about plays

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

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

{
    "id": 372410,
    "uri": "https://api.kexp.org/v2/plays/372410/?format=api",
    "airdate": "2019-08-26T04:18:19-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "http://coverartarchive.org/release/d5ba6c2c-b6ac-443c-a0c9-e7ba22518956/2269175289-250.jpg",
    "thumbnail_uri": "",
    "song": "Musicology",
    "track_id": "a2510791-55e0-3e34-85e4-52f446ec91bc",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Musicology",
    "release_id": "d5ba6c2c-b6ac-443c-a0c9-e7ba22518956",
    "release_group_id": null,
    "labels": [
        "NPG Records"
    ],
    "label_ids": [
        "c891a97e-0f83-4178-a723-f1fa4fe817b4"
    ],
    "release_date": "2004-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}