Information about plays

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

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

{
    "id": 348730,
    "uri": "https://api.kexp.org/v2/plays/348730/?format=api",
    "airdate": "2019-07-01T18:37:51-07:00",
    "show": 5813,
    "show_uri": "https://api.kexp.org/v2/shows/5813/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Retroceder",
    "track_id": null,
    "recording_id": null,
    "artist": "Diamante Eléctrico",
    "artist_ids": [
        "ed3666f2-0be2-41ed-abbd-ebd77c4776d5"
    ],
    "album": "Diamante Eléctrico",
    "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": "[#LAMC2019] <br>\nDiamante Eléctrico has established itself as one of the most important proposals of the Colombian independent scene.<br>\n<br>\nColombia. http://www.diamanteelectrico.com/ <br>\n<br>\nDiamante Eléctrico se ha consolidado como una de las propuestas más importantes de la escena independiente Colombiana.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}