Information about plays

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

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

{
    "id": 3548858,
    "uri": "https://api.kexp.org/v2/plays/3548858/?format=api",
    "airdate": "2025-09-04T14:14:13-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4fabae0-49d0-459d-a120-3935536e9fea/13182852547-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4fabae0-49d0-459d-a120-3935536e9fea/13182852547-250.jpg",
    "song": "Melange",
    "track_id": null,
    "recording_id": "45a86a0f-28d9-46c2-ac6e-7ea33f623d54",
    "artist": "Junkie XL",
    "artist_ids": [
        "eb3f70ce-f226-428f-8d7f-046c8dbfd98f"
    ],
    "album": "Saturday Teenage Kick",
    "release_id": null,
    "release_group_id": "f736cf73-2859-3865-927a-ca43f99531c4",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1997-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Melange\" by Junkie XL sampled the drums from The Counts's \"What's Up Front That Counts\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}