Information about plays

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

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

{
    "id": 382401,
    "uri": "https://api.kexp.org/v2/plays/382401/?format=api",
    "airdate": "2019-09-18T07:52:55-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/59752819-1e3f-4ff5-bad2-7b8fc92b4b18/10335245464-250.jpg",
    "thumbnail_uri": "",
    "song": "Would?",
    "track_id": "303c5f1d-d9c1-331a-8868-e34f7e0607e9",
    "recording_id": null,
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": null,
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Can you believe this movie was released in 1992, that's 27 years ago today?! According to Kyle, who was an extra in the movie \"Singles,\" there were professional stage divers for this scene:  https://www.youtube.com/watch?v=J8ur5lg90sc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}