Information about plays

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

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

{
    "id": 2674766,
    "uri": "https://api.kexp.org/v2/plays/2674766/?format=api",
    "airdate": "2019-12-18T04:21:00-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nightlife Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "North Downs",
    "artist_ids": [
        "81af2f37-6312-44b2-8bfe-1b740b57e03f"
    ],
    "album": "Dad's Old Tapes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DAMA DAMA"
    ],
    "label_ids": [],
    "release_date": "2019-09-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The mysterious trio was born in a run-down barn in the wintery English countryside, the lovechild of a Delta-Blues man and a London raver marrying the sounds of the organic and the synthetic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}