Information about plays

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

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

{
    "id": 377260,
    "uri": "https://api.kexp.org/v2/plays/377260/?format=api",
    "airdate": "2019-09-06T00:44:14-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "http://coverartarchive.org/release/90f0eef9-9d9d-4d16-b4c7-f5c623fa7977/23070198897-250.jpg",
    "thumbnail_uri": "",
    "song": "De Luna",
    "track_id": "1032e030-8496-4bb9-9bb5-5f96c202dc66",
    "recording_id": null,
    "artist": "iLe",
    "artist_ids": [
        "25e7697d-24cb-4cba-904e-a90b53cc3004"
    ],
    "album": "Almadura",
    "release_id": "90f0eef9-9d9d-4d16-b4c7-f5c623fa7977",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second solo album, \"Almadura,\" that was released in May became one of the main voices of the historic protests in Puerto Rico in July.  https://www.kexp.org/read/2019/6/27/calle-13-ile-hurricane-maria-solo-album-almadura/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}