Information about plays

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

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

{
    "id": 377207,
    "uri": "https://api.kexp.org/v2/plays/377207/?format=api",
    "airdate": "2019-09-05T21:28:38-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Way",
    "track_id": "62f3f7f3-6410-48ee-897f-c93610316d87",
    "recording_id": null,
    "artist": "Anomie Belle",
    "artist_ids": [
        "bf916b7f-586b-4d6e-9af7-a8f97c654e49"
    ],
    "album": "Flux",
    "release_id": "b2e299af-5558-4afc-8c33-2d32a4aa93a5",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Multi-instrumentalist, vocalist, songwriter, producer, and activist from Seattle. Originally a classically trained violinist and songwriter, she began writing and recording her own music as a child. She has since developed an eclectic and avant garde musical style that incorporates aspects of electronic, classical, art pop, experimental, trip hop, glitch, and soul. https://anomiebelle.bandcamp.com/album/right-way",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}