Information about plays

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

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

{
    "id": 375799,
    "uri": "https://api.kexp.org/v2/plays/375799/?format=api",
    "airdate": "2019-09-03T00:51:15-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "http://coverartarchive.org/release/690f6b48-1ca7-4ca8-a325-c8c6a8ba5732/9636353206-250.jpg",
    "thumbnail_uri": "",
    "song": "Tracy (Kid Loco's Playing With the Young Team remix)",
    "track_id": "54b0f79b-107f-3487-af4a-fc1f65609c5f",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Kicking a Dead Pig: Mogwai Songs Remixed",
    "release_id": "690f6b48-1ca7-4ca8-a325-c8c6a8ba5732",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "1998-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}