Information about plays

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

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

{
    "id": 376503,
    "uri": "https://api.kexp.org/v2/plays/376503/?format=api",
    "airdate": "2019-09-04T11:21:35-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something To Do",
    "track_id": "66cc00a1-6324-4768-840a-56f57a634037",
    "recording_id": null,
    "artist": "Vivian Girls",
    "artist_ids": [
        "d0676301-7ffc-4ff6-8b38-f8aeb8553115"
    ],
    "album": "Memory",
    "release_id": "e47e00c0-b0e9-4dcd-bf6f-90c4fad2013a",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Brooklyn, New York, Vivian Girls  took their name from a book by Henry Darger. The band reunited to put out this album, coming out later this month. \"While a reunion record titled Memory may conjure images of a band waxing nostalgic about the halcyon days of yore, Vivian Girls’ newest record is anything but a pleasant reminiscence. The latent darkness that always haunted their records is on full display upon their return. Vivian Girls are back and they haven’t forgotten what they went through.\" https://viviangirlsnyc.bandcamp.com/album/memory",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}