Information about plays

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

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

{
    "id": 383015,
    "uri": "https://api.kexp.org/v2/plays/383015/?format=api",
    "airdate": "2019-09-19T15:50:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Left of the Dial",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "The Complete Inconcerated Live",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In total, the box includes 60 tracks–58 of which have never been heard before. \nPresented in a 12 x 12 hardcover book – with dozens of rarely seen photos - the set features a detailed history of the Don’t Tell A Soul era written by Bob Mehr, who produced the box with Rhino’s Jason Jones, and also authored The New York Times bestseller Trouble Boys: The True Story of the Replacements.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}