Information about plays

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

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

{
    "id": 2675399,
    "uri": "https://api.kexp.org/v2/plays/2675399/?format=api",
    "airdate": "2019-12-19T14:21:42-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1ece576-d456-412a-a28a-6f3ed6dcaf96/3956131549-250.jpg",
    "thumbnail_uri": "",
    "song": "No Turning Back",
    "track_id": "8e893722-730b-306e-ba1f-13e184dcda00",
    "recording_id": null,
    "artist": "Gui Boratto",
    "artist_ids": [
        "f3e2ad21-900e-46a0-8597-2a3e457a7c27"
    ],
    "album": "Take My Breath Away",
    "release_id": "b1ece576-d456-412a-a28a-6f3ed6dcaf96",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2009-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guilherme Boratto is a Brazilian electronic music producer. In the 1990s, he was a member of Brazilian Eurodance band Sect.\n<br/><br/>\nHis debut solo album Chromophobia was awarded the title of Mixmag Album of the Month. <br/><br/>He owns the record label D.O.C., distributed by Kompakt. The first artist he signed was the Brazilian electronic duo Elekfantz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}