Information about plays

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

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

{
    "id": 355003,
    "uri": "https://api.kexp.org/v2/plays/355003/?format=api",
    "airdate": "2019-07-16T07:50:00-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Is Love",
    "track_id": "448493f6-d2bb-34e9-a1e5-2eba2330a88a",
    "recording_id": null,
    "artist": "Karen O",
    "artist_ids": [
        "14d44067-99c2-4f77-b58b-138f0b6911fa"
    ],
    "album": "Where the Wild Things Are",
    "release_id": "bc88211d-2ae2-4c46-96c0-2b289eefd477",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [],
    "release_date": "2009-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Karen O told Rolling Stone regarding this soundtrack: \"My job was to come up with simple, childlike melodies reminiscent of hooks of great old pop songs that you can't shake.\"  Job done.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}