Information about plays

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

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

{
    "id": 2681582,
    "uri": "https://api.kexp.org/v2/plays/2681582/?format=api",
    "airdate": "2020-01-03T09:47:00-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "These Are The Good Times",
    "track_id": null,
    "recording_id": null,
    "artist": "Popsicles",
    "artist_ids": [
        "8077a681-80ea-42d5-b22f-7733961414a7"
    ],
    "album": "Disco With A Feeling",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [],
    "release_date": "2019-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is one of sixteen on the fine new Athens of the North compilation, \"Disco With A Feeling\": https://beatcaffeine.com/athens-of-the-north-release-incredible-new-compilation-disco-with-a-feeling/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}