Information about plays

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

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

{
    "id": 379009,
    "uri": "https://api.kexp.org/v2/plays/379009/?format=api",
    "airdate": "2019-09-10T05:57:41-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/9a010793-b51b-4d5b-a52d-1b0472baf959/15448155569-250.jpg",
    "thumbnail_uri": "",
    "song": "Two Daughters and a Beautiful Wife",
    "track_id": "99935e87-0c87-3761-bcaa-89d36ede4bb8",
    "recording_id": null,
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "Brighter Than Creation's Dark",
    "release_id": "9a010793-b51b-4d5b-a52d-1b0472baf959",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2008-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}