Information about plays

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

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

{
    "id": 372509,
    "uri": "https://api.kexp.org/v2/plays/372509/?format=api",
    "airdate": "2019-08-26T09:48:02-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "http://coverartarchive.org/release/0239d797-11ca-3d4d-b838-8a70a984f632/3490368220-250.jpg",
    "thumbnail_uri": "",
    "song": "Been Caught Stealing",
    "track_id": "122e589e-392e-3def-b564-b072fbc82f49",
    "recording_id": null,
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Ritual de lo habitual",
    "release_id": "0239d797-11ca-3d4d-b838-8a70a984f632",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent liner notes from Danielle: \"(arf! arf! arf!)\" 🐶",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}