Information about plays

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

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

{
    "id": 2682075,
    "uri": "https://api.kexp.org/v2/plays/2682075/?format=api",
    "airdate": "2020-01-04T15:09:46-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e51813e-bc54-46e1-a04f-1d9f3e58fd3e/14679699961-250.jpg",
    "thumbnail_uri": "",
    "song": "Flower of Sex",
    "track_id": "0da5596b-23d5-4ae7-befc-3289a0c332bb",
    "recording_id": null,
    "artist": "Merchandise",
    "artist_ids": [
        "44c26f0c-7f46-4cf0-9673-f7aa1bec1e5b"
    ],
    "album": "A Corpse Wired for Sound",
    "release_id": "9e51813e-bc54-46e1-a04f-1d9f3e58fd3e",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request! Have something ya wanna hear? Text 206-903-5397 or email dj@kexp.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}