Information about plays

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

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

{
    "id": 2681333,
    "uri": "https://api.kexp.org/v2/plays/2681333/?format=api",
    "airdate": "2020-01-02T19:27:00-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Bucket's Got a Hole in It",
    "track_id": "2de7a08e-be75-4ff7-a6ca-21112d6eb536",
    "recording_id": null,
    "artist": "T. Texas Tyler",
    "artist_ids": [
        "cbf86c72-6d17-4c87-9f85-737ea032465e"
    ],
    "album": "The Best of T. Texas Tyler",
    "release_id": "56a7509c-9b56-4b3d-ac13-12c8a33d55d8",
    "release_group_id": null,
    "labels": [
        "Collectors’ Choice Music"
    ],
    "label_ids": [],
    "release_date": "1998-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}