Information about plays

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

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

{
    "id": 3547377,
    "uri": "https://api.kexp.org/v2/plays/3547377/?format=api",
    "airdate": "2025-09-01T01:20:51-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://ia902801.us.archive.org/5/items/mbid-7c0b5236-9263-48cf-8c31-f554b190834f/mbid-7c0b5236-9263-48cf-8c31-f554b190834f-36382304234_thumb500.jpg",
    "thumbnail_uri": "https://ia902801.us.archive.org/5/items/mbid-7c0b5236-9263-48cf-8c31-f554b190834f/mbid-7c0b5236-9263-48cf-8c31-f554b190834f-36382304234_thumb250.jpg",
    "song": "Cannabis Leaf Rag 1",
    "track_id": "414dd42c-41c4-4ef7-b3d4-e820a3b1fbe1",
    "recording_id": "3fbbf3e3-4548-4fb7-8cb8-5d01b72c78db",
    "artist": "Nicholas Payton",
    "artist_ids": [
        "5c7b1d11-d3e7-4beb-a6c3-6b79fb427ce9"
    ],
    "album": "Sonic Trance",
    "release_id": "7c0b5236-9263-48cf-8c31-f554b190834f",
    "release_group_id": "c63786fe-25f6-41f0-8c95-1bd79a8c3310",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2003-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}