Information about plays

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

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

{
    "id": 374789,
    "uri": "https://api.kexp.org/v2/plays/374789/?format=api",
    "airdate": "2019-08-31T09:27:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "International Farmer",
    "track_id": "7ec03cf6-461c-3dcd-b1bb-5611177e1ab1",
    "recording_id": null,
    "artist": "Peter Broggs",
    "artist_ids": [
        "e599aa02-194a-40da-ab24-c247d51b559e"
    ],
    "album": "Rastafari Liveth",
    "release_id": "5184d548-16d6-44bd-9292-9a20523ef436",
    "release_group_id": null,
    "labels": [
        "Real Authentic Sound ‎"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iconic LP  recorded at Channel One and simply BURSTING with killer tracks! \nhttps://open.spotify.com/album/2VaJTstSXNpS85b1zQonE2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}