Information about plays

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

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

{
    "id": 352287,
    "uri": "https://api.kexp.org/v2/plays/352287/?format=api",
    "airdate": "2019-07-09T20:48:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Esta China",
    "track_id": null,
    "recording_id": null,
    "artist": "Étoile de Dakar",
    "artist_ids": [
        "81672953-14d5-4113-8914-005f144062b3"
    ],
    "album": "Salsa Africa",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Etoile de Dakar were a leading music group of Senegal in the 1970s. The group was formed in 1978 by Badou Ndiaye and members of the Star Band, one of Dakar's best known nightclub house bands of the 1970s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}