Information about plays

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

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

{
    "id": 3622255,
    "uri": "https://api.kexp.org/v2/plays/3622255/?format=api",
    "airdate": "2026-02-25T19:29:33-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "https://coverartarchive.org/release/d95934d7-f7d8-44c3-8817-c6b16a372e23/9275778592-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d95934d7-f7d8-44c3-8817-c6b16a372e23/9275778592-250.jpg",
    "song": "Being Is More Than Life",
    "track_id": null,
    "recording_id": "50c47fe3-6ad9-4057-88c3-b4c1b8a7959f",
    "artist": "Baby Grandmothers",
    "artist_ids": [
        "6d45685f-12ba-4f07-b57e-47b684c86d6d"
    ],
    "album": "Baby Grandmothers",
    "release_id": null,
    "release_group_id": "6225405c-cca7-3b0d-b92f-b48af598cfad",
    "labels": [
        "Subliminal Sounds"
    ],
    "label_ids": [
        "06f12d41-1ad4-4c83-a9bb-dfacf80df9d9"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The three-piece band formed in Stockholm, Sweden, in 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}