Information about plays

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

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

{
    "id": 347094,
    "uri": "https://api.kexp.org/v2/plays/347094/?format=api",
    "airdate": "2019-06-27T17:55:49-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/dc9b75f9-d5e7-434a-82c4-0d4e9790efd4/6192815907-250.jpg",
    "thumbnail_uri": "",
    "song": "The Enemy Guns",
    "track_id": "6177fa28-4b02-37dc-83e0-85ed216d4354",
    "recording_id": null,
    "artist": "DeVotchKa",
    "artist_ids": [
        "a66cc38c-e6cd-4725-a8fd-7d32b998347f"
    ],
    "album": "How It Ends",
    "release_id": "dc9b75f9-d5e7-434a-82c4-0d4e9790efd4",
    "release_group_id": null,
    "labels": [
        "Cicero Recordings"
    ],
    "label_ids": [
        "072a076b-5b79-453c-a31b-3e77db5a7b01"
    ],
    "release_date": "2004-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DeVotchKa is a four-piece multi-instrumental and vocal ensemble. They take their name from the Russian word devochka (девочка), meaning \"girl\". Based in Denver, Colorado, the quartet is made up of Nick Urata, who sings and plays theremin, guitar, bouzouki, piano, and trumpet; Tom Hagerman, who plays violin, accordion, and piano; Jeanie Schroder, who sings and plays sousaphone, double bass, and flute; and Shawn King, who plays percussion and trumpet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}