Information about plays

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

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

{
    "id": 2682953,
    "uri": "https://api.kexp.org/v2/plays/2682953/?format=api",
    "airdate": "2020-01-06T18:59:00-08:00",
    "show": 46309,
    "show_uri": "https://api.kexp.org/v2/shows/46309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toyota Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Neon Indian",
    "artist_ids": [
        "e8238c02-1cf0-4a51-bfd0-cee93904d351"
    ],
    "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": "This is the first song in four years from Neon Indian. \"Toyota Man\" is the first single from the artist's fourth album. Here Alan Palomo ventures into the composition in Spanish.<br>\n<br>\nEsta es la primera cancion despues de cuatro años de Neon Indian. \"Toyota Man\" es el primer single del cuarto album del artista. Aqui Alan Palomo incursiona en la composición en español.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}