Information about plays

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

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

{
    "id": 374827,
    "uri": "https://api.kexp.org/v2/plays/374827/?format=api",
    "airdate": "2019-08-31T11:34:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saca, Prende Y Sorprende",
    "track_id": null,
    "recording_id": null,
    "artist": "Cultura Profetica",
    "artist_ids": [],
    "album": "Saca, Prende Y Sorprende",
    "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": "Cultura Profetica (in English: Prophetic Culture) is a Puerto Rican reggae band formed in 1996. Despite primarily performing reggae music, Cultura Profetica has experimented with genres such as bossa nova, tango, jazz, and salsa. Lyrically, the group discusses socio-political and ecological issues including Latin American identity and environmental concerns, as well as interpersonal relationships and love.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}