Information about plays

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

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

{
    "id": 370787,
    "uri": "https://api.kexp.org/v2/plays/370787/?format=api",
    "airdate": "2019-08-22T09:56:07-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop",
    "track_id": "e2be5da3-0027-464d-8587-4f94850baef6",
    "recording_id": null,
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Labcabincalifornia",
    "release_id": "161567d7-e1bc-40f7-8d49-c9d8ea997e0d",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adrian Utely: \"If it sounds cool, then that's kind of all you need to know.\" Thank you for tuning in to our 25th anniversary celebration of Portishead's <i>Dummy</i> album here on The Morning Show! Cheryl's got more Portishead coming for you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}