Information about plays

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

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

{
    "id": 2680009,
    "uri": "https://api.kexp.org/v2/plays/2680009/?format=api",
    "airdate": "2019-12-30T16:07:34-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a5c4f2d-0bcc-4bef-b904-89e2eb3b7252/23828377378-250.jpg",
    "thumbnail_uri": "",
    "song": "Flash",
    "track_id": "804ba1a7-1b8b-4a06-b71d-1131d9fffa06",
    "recording_id": null,
    "artist": "The Hecks",
    "artist_ids": [
        "21ec9907-3923-4978-89a9-bbb3b0752607"
    ],
    "album": "My Star",
    "release_id": "2a5c4f2d-0bcc-4bef-b904-89e2eb3b7252",
    "release_group_id": null,
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chicago quartet's journey to the end result of My Star, their second album, has taken them nearly three years since their first release in 2016. Discover the full album here: https://thehecksdotcom.bandcamp.com/album/my-star",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}