Information about plays

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

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

{
    "id": 374399,
    "uri": "https://api.kexp.org/v2/plays/374399/?format=api",
    "airdate": "2019-08-30T08:28:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hobo Humpin Slobo Babe",
    "track_id": "09f58c1b-96ef-4e09-9973-7ba317ca6faf",
    "recording_id": null,
    "artist": "Whale",
    "artist_ids": [
        "7289f08a-0788-4214-af74-ad10d7c6ae05"
    ],
    "album": "Hobo Humpin Slobo Babe",
    "release_id": "c280b6f0-6c4c-4298-acc5-500f3a19ea19",
    "release_group_id": null,
    "labels": [
        "wea"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of the 90's, Whale were a Swedish alternative rock group active from 1992 to 1999.  Here they are on \"Top of the Pops\":  https://www.youtube.com/watch?v=aViyRry9sMY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}