Information about plays

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

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

{
    "id": 375124,
    "uri": "https://api.kexp.org/v2/plays/375124/?format=api",
    "airdate": "2019-09-01T05:48:23-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "http://coverartarchive.org/release/70bd3290-449a-416e-b715-e29f7388b947/23705436820-250.jpg",
    "thumbnail_uri": "",
    "song": "The Colors That You Bring",
    "track_id": "606702e6-13e1-4b83-8f89-929b90585be1",
    "recording_id": null,
    "artist": "Damon Locks",
    "artist_ids": [
        "02c07d53-b51f-4e05-a1cf-a7feb7f4a18a"
    ],
    "album": "Where Future Unfolds",
    "release_id": "70bd3290-449a-416e-b715-e29f7388b947",
    "release_group_id": null,
    "labels": [
        "International Anthem"
    ],
    "label_ids": [
        "bb378868-3f61-432d-b2c1-cdb0bc38a90b"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"Where Future Unfolds\" is recorded live on their debut performance at the Garfield Park Botanical Conservatory on the West Side of Chicago.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}