Information about plays

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

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

{
    "id": 2681517,
    "uri": "https://api.kexp.org/v2/plays/2681517/?format=api",
    "airdate": "2020-01-03T05:42:09-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "https://coverartarchive.org/release/26309282-ff7c-4ad2-ad5a-afec057ce14b/7041372700-250.jpg",
    "thumbnail_uri": "",
    "song": "Useless (The Kruder + Dorfmeister Session™)",
    "track_id": "7d420962-9d52-4061-8fbb-ff7c4fb7ef3b",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Singles 31–36",
    "release_id": "26309282-ff7c-4ad2-ad5a-afec057ce14b",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}