Information about plays

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

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

{
    "id": 379038,
    "uri": "https://api.kexp.org/v2/plays/379038/?format=api",
    "airdate": "2019-09-10T07:41:28-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/b0ce1c97-728d-379e-b3e1-2a4a1f6417b1/15135704076-250.jpg",
    "thumbnail_uri": "",
    "song": "Times of Trouble",
    "track_id": "7bd0e1d7-56a1-397e-99d1-7520d705b19a",
    "recording_id": null,
    "artist": "Temple of the Dog",
    "artist_ids": [
        "e9571c17-817f-4d34-ae3f-0c7a96f822c1"
    ],
    "album": "Temple of the Dog",
    "release_id": "b0ce1c97-728d-379e-b3e1-2a4a1f6417b1",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}