Information about plays

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

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

{
    "id": 382958,
    "uri": "https://api.kexp.org/v2/plays/382958/?format=api",
    "airdate": "2019-09-19T12:58:04-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "http://coverartarchive.org/release/20e84077-a3e0-44ed-881c-2f8851ce91c1/23971972451-250.jpg",
    "thumbnail_uri": "",
    "song": "Too Late",
    "track_id": "ad45f46e-c558-4eb0-a289-b8e6ac8462da",
    "recording_id": null,
    "artist": "Parsnip",
    "artist_ids": [
        "ea043b93-536e-4809-a198-aa3f397a8bc1"
    ],
    "album": "When the Tree Bears Fruit",
    "release_id": "20e84077-a3e0-44ed-881c-2f8851ce91c1",
    "release_group_id": null,
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>When the Tree Bears Fruit</i> is the debut album from Melbourne four-piece Parsnip. \"No one is being baked into a pie in a Parsnip song, but they deal in themes of loneliness, longing, the unknown and the mundane, almost as much as they dream of travel and make a romantic spectacle of the everyday.\" Discover more from Parsnip on bandcamp: https://parsniphq.bandcamp.com/album/when-the-tree-bears-fruit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}