Information about plays

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

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

{
    "id": 2678797,
    "uri": "https://api.kexp.org/v2/plays/2678797/?format=api",
    "airdate": "2019-12-27T14:35:05-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/3b4c7e87-c690-49a8-ab74-d1194a42acb3/9708283166-250.jpg",
    "thumbnail_uri": "",
    "song": "Reptile",
    "track_id": "0a3f65bb-6cdb-3b40-ad4e-03839483c88a",
    "recording_id": null,
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Starfish",
    "release_id": "3b4c7e87-c690-49a8-ab74-d1194a42acb3",
    "release_group_id": null,
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Church performed live at KEXP last year - check it out: https://www.youtube.com/watch?v=BSME2KfEPrE&t=74s. Starfish is the fifth album by the Australian rock band, released in February 1988. It's considered the band's breakthrough album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}