Information about plays

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

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

{
    "id": 3543463,
    "uri": "https://api.kexp.org/v2/plays/3543463/?format=api",
    "airdate": "2025-08-22T20:35:31-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/221226df-200a-4043-962a-bf0edc89d2a2/34957651564-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/221226df-200a-4043-962a-bf0edc89d2a2/34957651564-250.jpg",
    "song": "Rugged Walk",
    "track_id": null,
    "recording_id": "cd43271d-7321-4ec1-9d7d-6e0606c3d928",
    "artist": "The Rugged Nuggets",
    "artist_ids": [
        "3888be7b-73df-4de0-a084-05a2564e2a25"
    ],
    "album": "Odds & Ends",
    "release_id": null,
    "release_group_id": "bc93d89e-4c42-4cc5-9e56-b265e503811d",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Rugged Nuggets are a Los Angeles-based cinematic soul and funk ensemble formed by Judson McDaniel. Known for their smooth, pleasant grooves influenced by the city's culture, the 7-piece band blends classic soul, soul-jazz, and Afro-funk into a distinctive sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}