Information about plays

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

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

{
    "id": 3550023,
    "uri": "https://api.kexp.org/v2/plays/3550023/?format=api",
    "airdate": "2025-09-07T11:57:27-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b73d385-fa25-4863-9c5e-bd89c21ec79b/42389200558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b73d385-fa25-4863-9c5e-bd89c21ec79b/42389200558-250.jpg",
    "song": "My Home Is Not In This World",
    "track_id": null,
    "recording_id": "a3dd66dc-38db-4be8-8759-beb9956a066d",
    "artist": "Natalie Bergman",
    "artist_ids": [
        "611d0773-a7c0-4539-be56-22085cb6ef9d"
    ],
    "album": "My Home Is Not In This World",
    "release_id": null,
    "release_group_id": "28a63781-03ab-443e-98fb-e60ad0159ba3",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bergman started playing music from a young age after her mother died–previously with her brother, now in her solo work.\n\nRead about how grief has shaped her work here:\nhttps://floodmagazine.com/196906/natalie-bergman-my-home-is-not-in-this-world-feature/ \n\nhttps://nataliebergman.bandcamp.com/album/my-home-is-not-in-this-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}