Information about plays

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

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

{
    "id": 353844,
    "uri": "https://api.kexp.org/v2/plays/353844/?format=api",
    "airdate": "2019-07-13T11:32:26-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blessed feat.Eesah & Runkus",
    "track_id": null,
    "recording_id": null,
    "artist": "Randy Valentine",
    "artist_ids": [
        "a17177e9-6850-438b-b3c9-9c4ee29ffc2c"
    ],
    "album": "BLESSED",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "King I-Vier Music"
    ],
    "label_ids": [],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Platinum selling recording artist, songwriter and producer. Born Ronald Fritz Jr he emigrated to the UK from Jamaica/Clarendon with his family. As a child growing up he was heavily influenced by his fathers love for music, which was expressed mostly via a sound system that his father owned called SHINING STAR.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}