Information about plays

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

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

{
    "id": 3576223,
    "uri": "https://api.kexp.org/v2/plays/3576223/?format=api",
    "airdate": "2025-11-10T00:04:34-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "https://coverartarchive.org/release/d9709d2c-3dc8-4db4-b278-b6dbcc98b2fa/40468235623-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d9709d2c-3dc8-4db4-b278-b6dbcc98b2fa/40468235623-250.jpg",
    "song": "Pinoy Funk",
    "track_id": null,
    "recording_id": "c7f9bd75-f3f4-41aa-8435-5da06476cab2",
    "artist": "Jun Regalado",
    "artist_ids": [
        "6d69777e-22e3-4cab-a358-5cb23e81a713"
    ],
    "album": "Ayo ke Disco: Boogie, Pop and Funk from the South China Sea (1974–1988)",
    "release_id": null,
    "release_group_id": "51c4a93d-5289-45f3-9c7c-f00bfa87e4f1",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}