Information about plays

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

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

{
    "id": 352159,
    "uri": "https://api.kexp.org/v2/plays/352159/?format=api",
    "airdate": "2019-07-09T15:30:33-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/cac8502f-98e6-4820-8c08-dbcab85bd030/23359653737-250.jpg",
    "thumbnail_uri": "",
    "song": "Speedway",
    "track_id": "58a2495e-46a0-4c5a-b77d-4b2e134e690e",
    "recording_id": null,
    "artist": "Black Midi",
    "artist_ids": [
        "4afbef0a-05ee-4551-b0e0-f1f1870d8f1c"
    ],
    "album": "Schlagenheim",
    "release_id": "cac8502f-98e6-4820-8c08-dbcab85bd030",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Describing their writing process, the band says, \"Basically, we go about jamming for like two hours, or maybe more, depending on how we feel. And we usually just have a tape recorder in the room, and that night, before the next rehearsal, we’ll listen back to the bits we like. And we get those bits, and start to refine them, and stick them together, and that usually makes a song.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}