Information about plays

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

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

{
    "id": 351761,
    "uri": "https://api.kexp.org/v2/plays/351761/?format=api",
    "airdate": "2019-07-08T15:53:00-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smalltown Boy",
    "track_id": "f96e864d-afaa-3ac6-ba93-84d537633326",
    "recording_id": null,
    "artist": "Bronski Beat",
    "artist_ids": [
        "27acebf2-5440-42a7-9db6-19ad2c9dea38"
    ],
    "album": "Smalltown Boy",
    "release_id": "fc439ef1-bbb7-4c21-ac00-5c2f801dcff0",
    "release_group_id": null,
    "labels": [
        "Forbidden Fruit"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smalltown Boy tells the tale of a young gay man who packs up and heads for London in response to homophobic violence in his (un-named) home town.  It’s supposedly based on the experiences of lead singer Jimmy (Jimi/Jimmi) Somerville, who quit the Scottish city of Glasgow in search of a better (and safer) life down South.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}