Information about plays

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

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

{
    "id": 351812,
    "uri": "https://api.kexp.org/v2/plays/351812/?format=api",
    "airdate": "2019-07-08T18:51:16-07:00",
    "show": 5863,
    "show_uri": "https://api.kexp.org/v2/shows/5863/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "¡Ponte Punk!",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Blenders",
    "artist_ids": [
        "e643680b-3cda-4553-a53c-dcf9ca87f073"
    ],
    "album": "",
    "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": "Rock band from Mexico. They have new album. \"¡Ponte Punk!\" is a new song. Their recent KEXP live set- watch it here: <br>\nhttps://youtu.be/UByF5rJS8ZQ<br>\n<br>\nBanda de rock de México. Tienen nuevo álbum. \"¡Ponte punk!\" es su nueva canción. Su reciente set de KEXP en vivo, míralo aquí.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}