Information about plays

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

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

{
    "id": 375791,
    "uri": "https://api.kexp.org/v2/plays/375791/?format=api",
    "airdate": "2019-09-03T00:20:05-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "http://coverartarchive.org/release/26ee4eea-7482-47dc-8465-716347a38a63/14670933945-250.jpg",
    "thumbnail_uri": "",
    "song": "Slow Down",
    "track_id": "397968c1-019a-36cf-ab1f-79e61e501186",
    "recording_id": null,
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Charango",
    "release_id": "26ee4eea-7482-47dc-8465-716347a38a63",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2002-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}