Information about plays

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

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

{
    "id": 2678081,
    "uri": "https://api.kexp.org/v2/plays/2678081/?format=api",
    "airdate": "2019-12-25T19:18:00-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jingle Jangle Jump",
    "track_id": null,
    "recording_id": null,
    "artist": "Dexter Gordon & Wardell Gray",
    "artist_ids": [],
    "album": "Citizens Bop",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Black Lion"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Hollywood CA in 1952 ; Gladys Bentley on vocals: https://www.discogs.com/Dexter-Gordon-Wardell-Gray-Citizens-Bop/release/6039686",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}