Information about plays

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

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

{
    "id": 2678840,
    "uri": "https://api.kexp.org/v2/plays/2678840/?format=api",
    "airdate": "2019-12-27T17:22:21-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/d52646a3-0248-3b8c-8e73-0e7e2854ba62/15413702490-250.jpg",
    "thumbnail_uri": "",
    "song": "O.F.Y.C. Showcase",
    "track_id": "4c0c5c89-9db9-3255-aaa6-3e9bf4da6947",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Your Future Our Clutter",
    "release_id": "d52646a3-0248-3b8c-8e73-0e7e2854ba62",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2010-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Fall were an English post-punk band, formed in 1976 in Prestwich, Greater Manchester. They underwent many line-up changes, with vocalist and founder Mark E. Smith as the only constant member. https://en.wikipedia.org/wiki/The_Fall_(band)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}