Information about plays

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

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

{
    "id": 352624,
    "uri": "https://api.kexp.org/v2/plays/352624/?format=api",
    "airdate": "2019-07-10T15:44:11-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/3c7f5b38-1f43-417e-bf31-75dd238a7516/10669073258-250.jpg",
    "thumbnail_uri": "",
    "song": "Dirtywhirl",
    "track_id": "8d9efbee-c334-340a-9adc-7b70b6a61119",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Return to Cookie Mountain",
    "release_id": "3c7f5b38-1f43-417e-bf31-75dd238a7516",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Return to Cookie Mountain' is the second studio album by alt-rock group TV on the Radio. It was released July 6, 2006 worldwide by 4AD.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}