Information about plays

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

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

{
    "id": 379011,
    "uri": "https://api.kexp.org/v2/plays/379011/?format=api",
    "airdate": "2019-09-10T06:01:53-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Give Up",
    "track_id": "cf202518-b993-45a6-8461-9c4596254b21",
    "recording_id": null,
    "artist": "Peter Gabriel feat. Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Shaking the Tree: Sixteen Golden Greats",
    "release_id": "c6ed5d31-2579-4e22-a02b-31e8f0c11fd2",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was inspired by the Depression-era photographs of Dorothea Lange, showing poverty-stricken Americans in Dust Bowl conditions.  Here you can see 40 of her photos online at MoMA:  https://www.moma.org/artists/3373#works",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}