Information about plays

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

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

{
    "id": 423894,
    "uri": "https://api.kexp.org/v2/plays/423894/?format=api",
    "airdate": "2001-05-13T02:32:18-07:00",
    "show": 7108,
    "show_uri": "https://api.kexp.org/v2/shows/7108/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Son de la loma",
    "track_id": "0673c9a8-79e6-4e69-8ea1-087334d87d72",
    "recording_id": null,
    "artist": "Vieja Trova Santiaguera",
    "artist_ids": [
        "0b8a2d1f-7536-4087-8284-682f35913bdb"
    ],
    "album": "Pura Trova: The Best of Vieja Trova Santiaguera (disc 1)",
    "release_id": "fd596823-d7eb-4c30-824c-527484bc6384",
    "release_group_id": null,
    "labels": [
        "NUBA NEGRA"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}