Information about plays

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

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

{
    "id": 3544158,
    "uri": "https://api.kexp.org/v2/plays/3544158/?format=api",
    "airdate": "2025-08-24T10:17:11-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/2bcbbca5-0df4-4085-a133-83aedfd97551/21056431187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2bcbbca5-0df4-4085-a133-83aedfd97551/21056431187-250.jpg",
    "song": "Spiders & Snakes",
    "track_id": null,
    "recording_id": "34ac48c0-ec90-43bd-891d-627df5c732d2",
    "artist": "Jim Stafford",
    "artist_ids": [
        "1e8071ac-3b84-4fc1-8ee5-a438a26879f7"
    ],
    "album": "Jim Stafford",
    "release_id": null,
    "release_group_id": "f2d50de7-1e20-3b8d-b803-7ae58b9626c8",
    "labels": [
        "MGM Records"
    ],
    "label_ids": [
        "d67971aa-0ac7-4f75-8c9b-e9424ef6648f"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born and raised in Winterhaven, Florida the shared hometown of fellow bandmate Gram Parsons.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}