Information about plays

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

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

{
    "id": 374013,
    "uri": "https://api.kexp.org/v2/plays/374013/?format=api",
    "airdate": "2019-08-29T14:34:23-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Delirious Love",
    "track_id": "f10fd984-2a56-4503-98cc-6752ff6e169c",
    "recording_id": null,
    "artist": "Neil Diamond",
    "artist_ids": [
        "a42d3fd5-55de-4206-86c3-4fbb5404018f"
    ],
    "album": "12 Songs",
    "release_id": "a36dc9f6-7a31-4e04-ad97-3abde1fe75e0",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2005-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"12 Songs\" is the twenty-sixth album by Neil Diamond, released in 2005. It was his first studio album since 2001's \"Three Chord Opera\" and was produced by Rick Rubin. 'Delirious Love' features backing vocals by Brian Wilson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}