Information about plays

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

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

{
    "id": 373954,
    "uri": "https://api.kexp.org/v2/plays/373954/?format=api",
    "airdate": "2019-08-29T11:21:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sing a Simple Song",
    "track_id": "321fc8ec-bae8-38c9-8ee2-43baa3d73992",
    "recording_id": null,
    "artist": "Sly",
    "artist_ids": [
        "4ee18c1e-9f25-4340-aca8-55eab557dec7"
    ],
    "album": "The Essential Sly & The Family Stone",
    "release_id": "184299f3-2f48-3ae3-b09c-31512c056135",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [],
    "release_date": "2003-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Adam's \"Movin' (Mid)Wes' Pt. II\" mix. He was driving from Connecticut to Wisconsin and made this road trip mix. \"The playlist was a great companion through the madness of I-95,  traffic jams in rural Indiana, and perilous Chicago traffic.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}