Information about plays

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

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

{
    "id": 371175,
    "uri": "https://api.kexp.org/v2/plays/371175/?format=api",
    "airdate": "2019-08-23T06:01:00-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Think I’m in Love (Chemical Brothers Instrumental)",
    "track_id": "8249194c-1806-362a-9b08-df72bd8e2a49",
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "I Think I'm in Love",
    "release_id": "f512cb67-341c-4f67-ad08-26314c7efbfd",
    "release_group_id": null,
    "labels": [
        "Dedicated"
    ],
    "label_ids": [],
    "release_date": "1998-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and happy Friday.  \"Sun so bright that I'm nearly blind....\nCool cause I'm wired and I'm out of my mind...\"  If you wanted to know the lyrics to this song, this is your opportunity: https://songmeanings.com/songs/view/3530822107859005490/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}