Information about plays

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

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

{
    "id": 3630765,
    "uri": "https://api.kexp.org/v2/plays/3630765/?format=api",
    "airdate": "2026-03-18T21:22:46-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "https://coverartarchive.org/release/64f50b1c-744b-4f90-804b-edd218f032d4/7434737886-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64f50b1c-744b-4f90-804b-edd218f032d4/7434737886-250.jpg",
    "song": "She's a Lover",
    "track_id": null,
    "recording_id": "2da8e522-81a7-494b-ac2c-9c9f90e8c497",
    "artist": "The Pretty Things",
    "artist_ids": [
        "07deede6-db1d-4ede-b19e-5d46df592841"
    ],
    "album": "Parachute",
    "release_id": null,
    "release_group_id": "eae379b2-e01b-376a-99ce-c81b0d6761d3",
    "labels": [
        "Madfish"
    ],
    "label_ids": [
        "f8aacba0-8175-44f7-8e02-db190d1ccba3"
    ],
    "release_date": "1970-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She takes the moon and stars\nTo wear as her disguise.\nThen catching cosmic rays\nShe uses them for eyes.\nShe's a lover\nAnd you know she's coming through\nShe's a lover\nAnd you know she's coming through\nWith warm breezes\nShe will wipe away the sigh.\nIn the green folds of her skirt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}