Information about plays

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

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

{
    "id": 355652,
    "uri": "https://api.kexp.org/v2/plays/355652/?format=api",
    "airdate": "2019-07-17T16:16:01-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/01e3bd8c-82ec-4b70-a565-17a144a1f970/8152334925-250.jpg",
    "thumbnail_uri": "",
    "song": "Her Fantasy",
    "track_id": "db2859a7-d753-3f96-8b3b-1ffaab6bf0b8",
    "recording_id": null,
    "artist": "Matthew Dear",
    "artist_ids": [
        "3d191c12-be64-4f90-94d8-ac324b2b3544"
    ],
    "album": "Beams",
    "release_id": "01e3bd8c-82ec-4b70-a565-17a144a1f970",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2012-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dear tosses synthetic squiggles, whistles and clipped vocals into the mix, while at the same time keeping them tethered to his robotic vocal.\" Read the full Pitchfork review of \"Her Fantasy\" here: https://bit.ly/30DFk4M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}