Information about plays

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

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

{
    "id": 377430,
    "uri": "https://api.kexp.org/v2/plays/377430/?format=api",
    "airdate": "2019-09-06T10:21:37-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b7c73bb-5dfd-34d3-9738-72ae89b210c7/14678586069-250.jpg",
    "thumbnail_uri": "",
    "song": "Ice Cream Man",
    "track_id": "df984d1e-8de0-3097-aa23-06b7efce2a51",
    "recording_id": null,
    "artist": "Jonathan Richman & The Modern Lovers",
    "artist_ids": [
        "8a5dff84-c79f-4898-9e15-e100c53ebb58"
    ],
    "album": "The Beserkley Years: The Best of Jonathan Richman and the Modern Lovers",
    "release_id": "0b7c73bb-5dfd-34d3-9738-72ae89b210c7",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}