Information about plays

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

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

{
    "id": 373892,
    "uri": "https://api.kexp.org/v2/plays/373892/?format=api",
    "airdate": "2019-08-29T07:36:27-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t You Want Me Anymore?",
    "track_id": "a5d9c80c-b87b-470d-9669-b2db0046c0e9",
    "recording_id": null,
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "Separations",
    "release_id": "07e6b5cd-2b33-4bdd-b976-1d3126e47631",
    "release_group_id": null,
    "labels": [
        "Rosebud"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Charles Gillmore's \"Number Five With a Bullet\" mix here on Mixtape Week | This track is found on the Britpop band's third album <i>Separations</i>, released in 1992",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}