Information about plays

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

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

{
    "id": 350622,
    "uri": "https://api.kexp.org/v2/plays/350622/?format=api",
    "airdate": "2019-07-05T22:31:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out The Mud (feat. Future)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lil Baby",
    "artist_ids": [
        "d42a5768-ada1-4fb6-85fd-f61aba6264e0"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Quality Control"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lil Baby will be at the Tacoma Dome for KUBE Summer Jam on Fri. July 26th! https://www.tacomadome.org/events/detail/kube-summer-jam",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}