Information about plays

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

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

{
    "id": 356335,
    "uri": "https://api.kexp.org/v2/plays/356335/?format=api",
    "airdate": "2019-07-19T05:17:06-07:00",
    "show": 5936,
    "show_uri": "https://api.kexp.org/v2/shows/5936/?format=api",
    "image_uri": "http://coverartarchive.org/release/46fafbb5-a0cb-4530-86e4-f80d8396e576/3985509153-250.jpg",
    "thumbnail_uri": "",
    "song": "Barnacles",
    "track_id": "df4420d5-7015-3dc1-98d1-2c129eb442a8",
    "recording_id": null,
    "artist": "Ugly Casanova",
    "artist_ids": [
        "5c2d7596-2366-47c5-b4a2-0550ac8f9e69"
    ],
    "album": "Sharpen Your Teeth",
    "release_id": "46fafbb5-a0cb-4530-86e4-f80d8396e576",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2002-05-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}