Information about plays

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

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

{
    "id": 2682200,
    "uri": "https://api.kexp.org/v2/plays/2682200/?format=api",
    "airdate": "2020-01-04T22:12:57-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carnival",
    "track_id": "88f2c7b1-62f9-4a3e-aa69-f559b68335ff",
    "recording_id": null,
    "artist": "Bikini Kill",
    "artist_ids": [
        "1397d045-1603-41fc-80b9-712c18360145"
    ],
    "album": "Revolution Girl Style Now",
    "release_id": "ea5e5bb2-22f8-426c-8760-542e3eb89031",
    "release_group_id": null,
    "labels": [
        "Bikini Kill Records"
    ],
    "label_ids": [],
    "release_date": "2015-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tickets for the show on March 17th are still available; https://www.thestranger.com/events/41917512/bikini-kill-table-sugar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}