Information about plays

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

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

{
    "id": 382072,
    "uri": "https://api.kexp.org/v2/plays/382072/?format=api",
    "airdate": "2019-09-17T16:33:59-07:00",
    "show": 6360,
    "show_uri": "https://api.kexp.org/v2/shows/6360/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How I Wrote ‘Elastic Man’",
    "track_id": "9b139fe7-b481-4c42-97fb-a6bff66395be",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Totally Wired: The Rough Trade Anthology",
    "release_id": "975566de-65a2-4417-9f33-fc3c2bdec6f1",
    "release_group_id": null,
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Writing lyrics is what I got into rock music for,” Mark E. Smith said to Q. By 1980, with the Fall having attained a unique status as an outsider band for everybody, he finally took his literary fixation and looped it back around on itself. “How I Wrote ‘Elastic Man'” is about a writer imprisoned by his past success and resentful of being defined by his old work rather than respected for his new.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}