Information about plays

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

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

{
    "id": 2678724,
    "uri": "https://api.kexp.org/v2/plays/2678724/?format=api",
    "airdate": "2019-12-27T09:04:07-08:00",
    "show": 46233,
    "show_uri": "https://api.kexp.org/v2/shows/46233/?format=api",
    "image_uri": "https://coverartarchive.org/release/06d49e29-8196-4d64-a2b0-0d78825d70d3/3375153076-250.jpg",
    "thumbnail_uri": "",
    "song": "Elephant Woman",
    "track_id": "2dbdac47-b28d-3641-bfa1-8ac23b63bec9",
    "recording_id": null,
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Misery Is a Butterfly",
    "release_id": "06d49e29-8196-4d64-a2b0-0d78825d70d3",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2004-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}