Information about plays

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

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

{
    "id": 2682942,
    "uri": "https://api.kexp.org/v2/plays/2682942/?format=api",
    "airdate": "2020-01-06T18:16:47-08:00",
    "show": 46309,
    "show_uri": "https://api.kexp.org/v2/shows/46309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Naturaleza",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Cafres",
    "artist_ids": [
        "5e2943e7-4b74-438f-9b8a-abfcaa412ec0"
    ],
    "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": "Los Cafres is a reggae band from Argentina that is celebrating 30 years together by releasing a triple album called ‘Hoy 3 Décadas’. This song was released in December 2019 and is part of this recording.<br>\n<br>\nhttps://bit.ly/35ue4rl<br>\n<br>\nLos Cafres es una banda de reggae de Argentina que esta celebrando sus 30 anos con la musica lanzando un disco triple llamado  ‘Hoy 3Décadas’. Esta cancion fue lanzada en diciembre de 2019 y forma parte de esta grabacion.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}