Information about plays

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

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

{
    "id": 382447,
    "uri": "https://api.kexp.org/v2/plays/382447/?format=api",
    "airdate": "2019-09-18T10:41:03-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jacksonville",
    "track_id": "cfcf5c33-67a8-3940-a929-6e486aa803e3",
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Illinois",
    "release_id": "066ea5e6-957e-3153-8c61-527bd475888d",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2005-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Illinois is less about place than spirit. Stevens dutifully celebrates and indicts all the appropriate landmarks, isolating the highest and lowest points in Illinois history, but at its best, the album makes America feel very small and very real: A boy crying in a van, a girl with bone cancer, stepmothers, parades, bandstands, presidents, UFOs, cream of wheat, trains after dark, a serial killer, Bible study.\"\n\nRead more on Sufjan Steven's <i>Illinois </i> here:<br><br> https://bit.ly/2kEdiqt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}