Information about plays

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

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

{
    "id": 2677931,
    "uri": "https://api.kexp.org/v2/plays/2677931/?format=api",
    "airdate": "2019-12-25T12:11:41-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yuleman vs. the Anti-Claus",
    "track_id": "b56c444e-2999-3ec2-b2a1-363556e5e609",
    "recording_id": null,
    "artist": "The Bobs",
    "artist_ids": [
        "c53d3a1a-8296-4f31-a86c-bdbe5ffb2f98"
    ],
    "album": "Too Many Santas!",
    "release_id": "d7e82ab2-efa7-42fc-9cb0-fb097d92181b",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [],
    "release_date": "1996-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}