Information about plays

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

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

{
    "id": 373971,
    "uri": "https://api.kexp.org/v2/plays/373971/?format=api",
    "airdate": "2019-08-29T12:34:45-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/354fb345-3273-3756-9893-43860bb16600/4871009343-250.jpg",
    "thumbnail_uri": "",
    "song": "Pure Morning",
    "track_id": "2f5860ff-8e5c-34b9-a714-e39b0c1153e3",
    "recording_id": null,
    "artist": "Placebo",
    "artist_ids": [
        "847e8284-8582-4b0e-9c26-b042a4f49e57"
    ],
    "album": "Without You I’m Nothing",
    "release_id": "354fb345-3273-3756-9893-43860bb16600",
    "release_group_id": null,
    "labels": [
        "Virgin America"
    ],
    "label_ids": [
        "47b84b3b-889e-4c66-80f0-afd58a1d304b"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Dan's \"About a Boy\" mix. \"A large portion of the playlist reflects music I discovered or re-discovered as a KEXP listener. KEXP stood out to me at first because it was playing the “fringe” music to which I gravitated, and it now it both guides my musical enlightenment and is a constant with which I travel, wherever I may be in the world by virtue of the KEXP app. And, of course, the KEXP team feels like extended family — putting up with my many song requests, questions and silly text messages, all of which afford me brief diversions from the stressful, high-intensity professional environments I endure.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}