Information about plays

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

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

{
    "id": 369566,
    "uri": "https://api.kexp.org/v2/plays/369566/?format=api",
    "airdate": "2019-08-19T18:56:00-07:00",
    "show": 6162,
    "show_uri": "https://api.kexp.org/v2/shows/6162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aquiles Rockefeller",
    "track_id": null,
    "recording_id": null,
    "artist": "Rubens da Selva",
    "artist_ids": [],
    "album": "Existe um Cachorro Faminto na Minha Barriga Latindo pra Você",
    "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": "On the opening track of his debut album, Rubens Da Selva (Mustache & Os Apaches, Mescalines, Os Barbapapas), conjures images of Northern Africa and the cosmic jazz of Sun Ra, as horns, strings and guitars solo on top of one another with rich harmonic freedom.<br>\n<br>\nEn la canción de apertura de su álbum debut, Rubens Da Selva (Moustache & Os Apaches, Mescalines, Os Barbapapas), evoca imágenes del norte de África y el jazz cósmico de Sun Ra, como cuernos, cuerdas y guitarras solo uno encima del otro con rica libertad armónica<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}