Information about plays

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

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

{
    "id": 378181,
    "uri": "https://api.kexp.org/v2/plays/378181/?format=api",
    "airdate": "2019-09-08T02:56:52-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got It On Tape ft. Stas THEE Boss",
    "track_id": "5faa2cf4-87f6-411b-be3f-ee924ca22df4",
    "recording_id": null,
    "artist": "Jusmoni",
    "artist_ids": [
        "37385c8e-a61a-4d24-98b8-c2325ba4b67c"
    ],
    "album": "Sweet to Me",
    "release_id": "c24f8168-cfb6-4b6b-b6a5-ffa25592c921",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-04-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local artist JusMoni was featured on KEXP's Midnight in a Perfect world in 2018. https://www.kexp.org/read/2018/4/25/midnight-perfect-world-jusmoni/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}