Information about plays

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

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

{
    "id": 354381,
    "uri": "https://api.kexp.org/v2/plays/354381/?format=api",
    "airdate": "2019-07-14T17:47:04-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "http://coverartarchive.org/release/ed78ff42-5720-43ad-a9dd-7dad47e064c1/19024563936-250.jpg",
    "thumbnail_uri": "",
    "song": "Filthy Rich (I Don’t Wanna Be)",
    "track_id": "90289ad9-e5e5-333d-b088-b7309ecb1dc3",
    "recording_id": null,
    "artist": "P.M. Dawn",
    "artist_ids": [
        "93c66937-ac49-4068-b378-a1d2a4d093a1"
    ],
    "album": "The Bliss Album…? (Vibrations of Love and Anger and the Ponderance of Life and Existence)",
    "release_id": "ed78ff42-5720-43ad-a9dd-7dad47e064c1",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1993-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}