Information about plays

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

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

{
    "id": 2682950,
    "uri": "https://api.kexp.org/v2/plays/2682950/?format=api",
    "airdate": "2020-01-06T18:50:03-08:00",
    "show": 46309,
    "show_uri": "https://api.kexp.org/v2/shows/46309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Es Fácil",
    "track_id": null,
    "recording_id": null,
    "artist": "Dogos",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New song from Dogos. They are a rock band from Puerto Rico and they participated in LAMC 2019.<br>\n<br>\n https://bit.ly/2rZ0vlW<br>\n<br>\nNueva canción de Dogos, banda de Puerto Rico. Participaron de LAMC 2019<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}