Information about plays

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

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

{
    "id": 352383,
    "uri": "https://api.kexp.org/v2/plays/352383/?format=api",
    "airdate": "2019-07-10T02:05:00-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "June Anthem",
    "track_id": "40b24451-1906-4e98-b009-ead012d9b7ec",
    "recording_id": null,
    "artist": "Minimal Violence",
    "artist_ids": [
        "1cbcfa75-0ba9-4e50-a4f7-d43cceeacf89"
    ],
    "album": "InDreams",
    "release_id": "8312c51d-fafc-464d-ad84-60ccf9f23c5f",
    "release_group_id": null,
    "labels": [
        "Technicolour"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Employing a haphazard collection of synths and drum machines, with initial takes often live off the floor to capture the raw energy, Ashlee Luk and Lida P are entrenched in Vancouver’s thriving DIY scene and embrace upfront directness in their no-holds-barred ethos. Influenced by early industrial groups and cyberpunk literature, the record’s themes centre around the dystopian ‘InDreams inc.’ megacorp with rave-inspired, cult imagery designed by Kevin McCaughey (Boot Boyz).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}