Information about plays

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

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

{
    "id": 377257,
    "uri": "https://api.kexp.org/v2/plays/377257/?format=api",
    "airdate": "2019-09-06T00:30:10-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "http://coverartarchive.org/release/f51e71ed-7526-4516-87ba-bf6ce7e815c3/23676088020-250.jpg",
    "thumbnail_uri": "",
    "song": "I Got You (Always and Forever)",
    "track_id": "7dfd62f6-0ea5-4af8-bcb9-9a0a5944f06b",
    "recording_id": null,
    "artist": "Chance the Rapper",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "album": "The Big Day",
    "release_id": "f51e71ed-7526-4516-87ba-bf6ce7e815c3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sit back and hear mixes of Chance the Rapper's popular debut album set to colorful laser beams via Laser Dome at Pacific Science Center in Queen Anne on Saturday September 7th! https://www.pacificsciencecenter.org/laser-dome/?keyword=Laser%20Show%20-%20Evening",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}