Information about plays

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

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

{
    "id": 382393,
    "uri": "https://api.kexp.org/v2/plays/382393/?format=api",
    "airdate": "2019-09-18T07:25:36-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": "State of Love and Trust",
    "track_id": "dc1a91cd-662b-3179-9655-16c8473f151b",
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "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": "\"State of Love and Trust\" first appeared on the soundtrack to the 1992 film, \"Singles,\" and according to Pearl Jam bassist Jeff Lament, the lyrics for are based on what Vedder took from watching the film. According to director Cameron Crowe, the song is \"about battling with your instincts in love.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}