Information about plays

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

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

{
    "id": 351522,
    "uri": "https://api.kexp.org/v2/plays/351522/?format=api",
    "airdate": "2019-07-08T02:24:10-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/13654ed6-64fe-4e39-b51e-2825bd220c02/23059113277-250.jpg",
    "thumbnail_uri": "",
    "song": "Ultrafiche of You",
    "track_id": "5015882e-8718-4fdf-8a71-199bfbf771f1",
    "recording_id": null,
    "artist": "Com Truise",
    "artist_ids": [
        "51f1ca49-846a-4ef1-b4fa-187ecc88bbe5"
    ],
    "album": "Persuasion System",
    "release_id": "13654ed6-64fe-4e39-b51e-2825bd220c02",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}