Information about plays

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

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

{
    "id": 352581,
    "uri": "https://api.kexp.org/v2/plays/352581/?format=api",
    "airdate": "2019-07-10T13:16:42-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "http://coverartarchive.org/release/2fb81797-e2ee-3045-9a5f-6b58e4413410/21233009435-250.jpg",
    "thumbnail_uri": "",
    "song": "Living Proof",
    "track_id": "680a63a7-b93e-36ec-b961-6332bfc6ddf8",
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "The Greatest",
    "release_id": "2fb81797-e2ee-3045-9a5f-6b58e4413410",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2006-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}