Information about plays

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

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

{
    "id": 373875,
    "uri": "https://api.kexp.org/v2/plays/373875/?format=api",
    "airdate": "2019-08-29T06:36:36-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/b33bf6d4-8acd-4f07-a0b3-fb7335bc4745/12120015620-250.jpg",
    "thumbnail_uri": "",
    "song": "Wild Horses",
    "track_id": "4e6e738e-2a8e-3f13-8904-8193d411c9e1",
    "recording_id": null,
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Blind",
    "release_id": "b33bf6d4-8acd-4f07-a0b3-fb7335bc4745",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Michelle Repiso's \"Wake Up, See The Sun\" mix here on Mixtape Week | Closing her mix out with a (gentle, acoustic) bang this morning. Stay tuned for more of your submissions all the way till 6:00 PM today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}