Information about plays

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

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

{
    "id": 2682970,
    "uri": "https://api.kexp.org/v2/plays/2682970/?format=api",
    "airdate": "2020-01-06T20:03:20-08:00",
    "show": 46309,
    "show_uri": "https://api.kexp.org/v2/shows/46309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Va A Bajar",
    "track_id": null,
    "recording_id": null,
    "artist": "WOS",
    "artist_ids": [
        "63572bc8-bc59-419c-997d-4846ff9f5cc5"
    ],
    "album": "Caravana",
    "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": "Wos, is an Argentine rapper and freestyler. He is known for being the champion of the international Red Bull tournament Battle of the Roosters 2018<br>\n<br>\nhttps://www.youtube.com/watch?v=GlLIcy20bsU<br>\n<br>\nWos, es un rapero y freestyler argentino. Es conocido por ser el campeón del torneo internacional de Red Bull Batalla de los Gallos 2018<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}