Information about plays

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

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

{
    "id": 375706,
    "uri": "https://api.kexp.org/v2/plays/375706/?format=api",
    "airdate": "2019-09-02T18:29:00-07:00",
    "show": 6257,
    "show_uri": "https://api.kexp.org/v2/shows/6257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Otra Era",
    "track_id": null,
    "recording_id": null,
    "artist": "Javiera Mena",
    "artist_ids": [
        "904d15da-bd29-40d2-b69e-24612f18803e"
    ],
    "album": "Otra Era",
    "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": "\"Otra era” is a song by Chilean singer-songwriter Javiera Mena, released as the third single from her fourth studio album, Otra era, of the same name, in 2014<br><br>\n“Otra era” es una canción de la cantautora chilena Javiera Mena, lanzada como el tercer sencillo de su cuarto álbum de estudio, Otra era, del mismo nombre, en 2014<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}