Information about plays

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

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

{
    "id": 3416977,
    "uri": "https://api.kexp.org/v2/plays/3416977/?format=api",
    "airdate": "2024-10-25T04:21:38-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bloodstains (original version)",
    "track_id": "8370bfa3-c310-34d0-8d3f-c86282bd0f31",
    "recording_id": "f0311ade-55dd-4f8c-87f5-3f2cd02304d6",
    "artist": "Agent Orange",
    "artist_ids": [
        "3214be8b-6d78-4c8e-9c93-b1e31a9bc4d6"
    ],
    "album": "Stage Diving to the Oldies",
    "release_id": "44ca2a8e-1f7c-4c77-9c29-df445165d6ca",
    "release_group_id": "c877e27d-5f20-3f5e-81bb-9a2ab75326cc",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}