Information about plays

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

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

{
    "id": 366219,
    "uri": "https://api.kexp.org/v2/plays/366219/?format=api",
    "airdate": "2019-08-12T02:59:25-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/f00af81c-9249-49d0-b3f5-8b6725bd1900/11087700535-250.jpg",
    "thumbnail_uri": "",
    "song": "The World Is Yours",
    "track_id": "9451c6ca-aeef-4b5e-b5c1-c782ac08a318",
    "recording_id": null,
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "Illmatic",
    "release_id": "f00af81c-9249-49d0-b3f5-8b6725bd1900",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}