Information about plays

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

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

{
    "id": 377026,
    "uri": "https://api.kexp.org/v2/plays/377026/?format=api",
    "airdate": "2019-09-05T14:13:00-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Man Could Get Arrested",
    "track_id": "c3bbb4a2-caa1-4f00-a5b2-94af0a01a15a",
    "recording_id": null,
    "artist": "Pet Shop Boys",
    "artist_ids": [
        "be540c02-7898-4b79-9acc-c8122c7d9e83"
    ],
    "album": "West End Girls",
    "release_id": "c2c48958-d9bd-48c7-8f3e-e395f06b434d",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [],
    "release_date": "1985-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"West End Girls\" is a song by the British pop duo Pet Shop Boys. Written by Neil Tennant and Chris Lowe, the song was released twice as a single. The song’s lyrics are concerned with class and the pressures of inner-city life which were inspired partly by T. S. Eliot's poem The Waste Land. It was generally well received by contemporary music critics and has been frequently cited as a highlight in the duo's career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}