Information about plays

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

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

{
    "id": 373956,
    "uri": "https://api.kexp.org/v2/plays/373956/?format=api",
    "airdate": "2019-08-29T11:26:24-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/6b8be9a4-44a9-496e-a8e0-1867d8382b52/10766581573-250.jpg",
    "thumbnail_uri": "",
    "song": "Twistin' & Groovin'",
    "track_id": "7503f4c4-aef7-4396-9e05-bd3ac6005a76",
    "recording_id": null,
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Coming Home",
    "release_id": "6b8be9a4-44a9-496e-a8e0-1867d8382b52",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2015-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Adam's \"Movin' (Mid)Wes' Pt. II\" mix here on Mixtape Week: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}