Information about plays

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

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

{
    "id": 382451,
    "uri": "https://api.kexp.org/v2/plays/382451/?format=api",
    "airdate": "2019-09-18T10:57:00-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Fluffy Clouds",
    "track_id": "d3ebaee6-fce5-3dd6-9233-5c4b0c3be83a",
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "The Orb’s Adventures Beyond the Ultraworld",
    "release_id": "476d5ee1-266a-45d1-940a-d706663bb3f9",
    "release_group_id": null,
    "labels": [
        "Big Life"
    ],
    "label_ids": [],
    "release_date": "1991-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Orb formed in 1988, founded by Alex Paterson and KLF member Jimmy Cauty. Stream more of their music here: https://theorb.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}