Information about plays

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

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

{
    "id": 372647,
    "uri": "https://api.kexp.org/v2/plays/372647/?format=api",
    "airdate": "2019-08-26T18:37:28-07:00",
    "show": 6208,
    "show_uri": "https://api.kexp.org/v2/shows/6208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey (feat. La Bien Querida)",
    "track_id": null,
    "recording_id": null,
    "artist": "Cineplexx",
    "artist_ids": [
        "42ff65f2-31c1-4517-9c17-1f68c7b838b1"
    ],
    "album": "Solo Olas",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a new single (and upcoming album) from Cineplexx. The single, \"Hey\" featuring La Bien Querida, will be out September 6th, and the album, Solo Olas, will be out September 20th. The brainchild of Sebastian Litmanovich, Cineplexx’s sound is a fusion of pop and '70s-'80s alternative rock.<br>\n<br>\nEste es un nuevo sencillo (y próximo álbum) de Cineplexx. El sencillo \"Hey\" con La Bien Querida saldrá el 6 de septiembre y el álbum Solo Olas saldrá el 20 de septiembre. La creación de Sebastian Litmanovich, el sonido de Cineplexx es una fusión de pop y rock alternativo de los años 70 y 80.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}