Information about plays

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

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

{
    "id": 2682951,
    "uri": "https://api.kexp.org/v2/plays/2682951/?format=api",
    "airdate": "2020-01-06T18:53:12-08:00",
    "show": 46309,
    "show_uri": "https://api.kexp.org/v2/shows/46309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paco Vampiro",
    "track_id": null,
    "recording_id": null,
    "artist": "Alex Anwandter",
    "artist_ids": [
        "46182d24-f469-477e-8b0d-ae53522ec2ad"
    ],
    "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": "\"Paco Vampiro\" is the new song by Chilean artist Alex Anwandter. The Song is inspired by police repression during the recent demonstrations in that country.<br>\n<br>\nKEXP Session: https://www.youtube.com/watch?v=qCDQET_E-8o&t=673s<br>\n<br>\n\"Paco Vampiro\" es  la nueva cancion del artista chileno Alex Anwandter . La Cancion esta inspirada en la represión policial durante las recientes manifestaciones en ese pais.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}