Information about plays

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

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

{
    "id": 2682759,
    "uri": "https://api.kexp.org/v2/plays/2682759/?format=api",
    "airdate": "2020-01-06T07:43:05-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/0dcb3b6e-e9db-45c5-863e-190801623fac/23098912882-250.jpg",
    "thumbnail_uri": "",
    "song": "Oh! You Pretty Things",
    "track_id": "1317a509-d0b1-3a32-81ea-7bd3ab6f4f68",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": "0dcb3b6e-e9db-45c5-863e-190801623fac",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1999-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a great video of David Bowie performing \"Oh! You Pretty Things\" in 1972 for the BBC program The Old Grey Whistle Test: https://bit.ly/1S15uYz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}