Information about plays

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

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

{
    "id": 2678369,
    "uri": "https://api.kexp.org/v2/plays/2678369/?format=api",
    "airdate": "2019-12-26T12:05:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cerrero Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Canalon de Timbique",
    "artist_ids": [],
    "album": "Tio Guachupesito",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Canalon de Timbiquí’s new record is the closest you can get to the powerful seductive deep Marimba de Chonta driven music coming from the pacific coast jungle of Colombia. Rough roots music that has been kept pure by geographical and social complex divisions in the country. Secret ancient sounds that keep inspiring producers that are feeding the original sound of Latin-American electronic music scene.\" https://bit.ly/2tTLtP8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}