Information about plays

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

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

{
    "id": 2680917,
    "uri": "https://api.kexp.org/v2/plays/2680917/?format=api",
    "airdate": "2020-01-01T18:16:44-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Saw The Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "The History Of Country Music Volume II",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Radiant"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Hank’s first songs recorded for MGM, written in 1947: https://americansongwriter.com/hank-williams-i-saw-the-light-meaning/jlscott13gmail-com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}