Information about plays

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

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

{
    "id": 2675890,
    "uri": "https://api.kexp.org/v2/plays/2675890/?format=api",
    "airdate": "2019-12-20T10:55:41-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/0466b981-0b33-43dc-b849-3d889eab7cf0/6894504980-250.jpg",
    "thumbnail_uri": "",
    "song": "Desire Lines",
    "track_id": "9104e61d-2d80-428c-a16f-3fef0542c893",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Halcyon Digest",
    "release_id": "0466b981-0b33-43dc-b849-3d889eab7cf0",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 1.  We've played songs off this album more than 250 times in the last ten decade. It was Deerhunter's fifth studio album and came out on September 28, 2010.  The word \"halcyon\" denotes a time i in the past that was idyllically happy and peaceful.  We wish you halcyon days ahead.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}