Information about plays

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

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

{
    "id": 2683214,
    "uri": "https://api.kexp.org/v2/plays/2683214/?format=api",
    "airdate": "2020-01-07T10:34:00-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Alone",
    "track_id": null,
    "recording_id": null,
    "artist": "Stellar OM Source",
    "artist_ids": [
        "ead048a6-b19f-4f67-aae8-02be9f84adec"
    ],
    "album": "I See Through You",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dekmantel"
    ],
    "label_ids": [],
    "release_date": "2019-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stellar OM Source is the solo music project of Christelle Gualdi, a French-Italian music producer and DJ from Paris. \"I See Through You\" is her first full release in over four years.: https://dekmantel.com/shop/records/stellar-om-source-i-see-through-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}