Information about plays

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

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

{
    "id": 372419,
    "uri": "https://api.kexp.org/v2/plays/372419/?format=api",
    "airdate": "2019-08-26T04:47:31-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "http://coverartarchive.org/release/6c8a6701-c71d-36fe-a226-9d5b29454356/7353779695-250.jpg",
    "thumbnail_uri": "",
    "song": "Wax and Wane",
    "track_id": "5d10104c-9b0c-3ea3-aa18-7d0aaf20ac68",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Garlands",
    "release_id": "6c8a6701-c71d-36fe-a226-9d5b29454356",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1991-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}