Information about plays

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

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

{
    "id": 2677238,
    "uri": "https://api.kexp.org/v2/plays/2677238/?format=api",
    "airdate": "2019-12-23T18:38:42-08:00",
    "show": 46212,
    "show_uri": "https://api.kexp.org/v2/shows/46212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Perro",
    "track_id": null,
    "recording_id": null,
    "artist": "El Mató a un Policía Motorizado",
    "artist_ids": [],
    "album": "La Otra Dimensión",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "new music! EMAUPM is one of the most important indie rock band from Argentina. They were doubly nominated for the Latin Grammys in 2018.\n\nhttps://www.youtube.com/watch?v=FKuiJoT7GVM\n\nEMAUPM es la banda de indie rock más importante de Argentina. Fueron doblemente nominados a los Grammy Latinos en 2018.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}