Information about plays

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

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

{
    "id": 357524,
    "uri": "https://api.kexp.org/v2/plays/357524/?format=api",
    "airdate": "2019-07-22T06:02:17-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maggot Brain",
    "track_id": "73d6dba0-318f-4a33-adb7-33d2a04304a1",
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Maggot Brain",
    "release_id": "7bffbec2-eadc-44dd-8b6d-ed825fa8b673",
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and happy Monday!  And a very happy birthday to George Clinton, classic leader of the P-Funk movement, born on this date in 1941 in Kannapolis, NC:  https://www.allmusic.com/artist/george-clinton-mn0000533117/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}