Information about plays

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

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

{
    "id": 369628,
    "uri": "https://api.kexp.org/v2/plays/369628/?format=api",
    "airdate": "2019-08-19T22:35:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You Love What You Feel",
    "track_id": "97007064-7a44-409b-b486-80b0152d544c",
    "recording_id": null,
    "artist": "Rufus",
    "artist_ids": [],
    "album": "Stompin’ at the Savoy: Live",
    "release_id": "4bf7cc4d-5ebf-4476-a231-893474729606",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1983-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}