Information about plays

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

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

{
    "id": 2680837,
    "uri": "https://api.kexp.org/v2/plays/2680837/?format=api",
    "airdate": "2020-01-01T14:02:50-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2/11639680608-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Years",
    "track_id": "23549add-363c-3105-af5b-5a5becfd21b5",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Best of Bowie",
    "release_id": "75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Golden Years\" is a song written and recorded by David Bowie in 1975. It was originally released in a shortened form as a single in November 1975, and in its full-length version in January the following year on the Station to Station album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}