Information about plays

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

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

{
    "id": 369815,
    "uri": "https://api.kexp.org/v2/plays/369815/?format=api",
    "airdate": "2019-08-20T09:25:06-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?format=api",
    "image_uri": "http://coverartarchive.org/release/0304caae-7e73-4edd-b807-174735911ff5/14452443858-250.jpg",
    "thumbnail_uri": "",
    "song": "Free Four",
    "track_id": "83934c99-e532-4a8c-8f1b-6b0716c47d27",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Works",
    "release_id": "0304caae-7e73-4edd-b807-174735911ff5",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Works is their seventh album and based on their soundtrack for the French film La Vallée.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}