Information about plays

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

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

{
    "id": 372049,
    "uri": "https://api.kexp.org/v2/plays/372049/?format=api",
    "airdate": "2019-08-25T05:44:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need a Forest Fire (feat. Bon Iver)",
    "track_id": null,
    "recording_id": null,
    "artist": "James Blake",
    "artist_ids": [
        "8dc08b1f-e393-4f85-a5dd-300f7693a8b8"
    ],
    "album": "The Colour in Anything",
    "release_id": "691dd807-cf4f-4f51-9cf0-c851e81e7373",
    "release_group_id": null,
    "labels": [
        "Universal"
    ],
    "label_ids": [],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bon Iver is featured on this James Blake track from 2016. Their voices sound really good together.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}