Information about plays

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

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

{
    "id": 372505,
    "uri": "https://api.kexp.org/v2/plays/372505/?format=api",
    "airdate": "2019-08-26T09:34:17-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Change",
    "track_id": "b76e2378-f7ee-4882-aa50-5b89ee366728",
    "recording_id": null,
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Shabooh Shoobah",
    "release_id": "349325a9-316c-413e-bbe2-eab43e252bf2",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: The Baltimore Ravens play \"Don't Change\" at their home games when a call in their favor is being reviewed by the referees. Smart... 😉",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}