Information about plays

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

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

{
    "id": 2681402,
    "uri": "https://api.kexp.org/v2/plays/2681402/?format=api",
    "airdate": "2020-01-02T22:58:11-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/45376d08-96cd-4fbc-aa6d-a73e9ff01b87/9777971379-250.jpg",
    "thumbnail_uri": "",
    "song": "One More Night",
    "track_id": "7bb957e2-d1de-3de6-a9f2-51c31f328dc9",
    "recording_id": null,
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Ege Bamyasi",
    "release_id": "45376d08-96cd-4fbc-aa6d-a73e9ff01b87",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2008-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can was a German experimental rock band formed in Cologne in 1968 by the core quartet of Holger Czukay, Irmin Schmidt, Michael Karoli, and Jaki Liebezeit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}