Information about plays

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

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

{
    "id": 3577391,
    "uri": "https://api.kexp.org/v2/plays/3577391/?format=api",
    "airdate": "2025-11-12T21:31:49-08:00",
    "show": 65093,
    "show_uri": "https://api.kexp.org/v2/shows/65093/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Here Forever",
    "track_id": "a49799d0-0a58-41c0-a77c-7f819fbc1d8d",
    "recording_id": "5d59ddd5-6e39-411e-9539-9cb7db13429d",
    "artist": "Spaceface",
    "artist_ids": [
        "f6ba9738-624e-4a6e-bf03-607adf212df0"
    ],
    "album": "Lunar Manor",
    "release_id": "e36ca110-e704-4e16-bd3f-9e543cab4f63",
    "release_group_id": "7b09a974-1e92-437c-8f76-517757b45047",
    "labels": [
        "Mothland Records"
    ],
    "label_ids": [
        "20568cae-baae-47f8-b715-570e6552d82a"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"For their third full-length, psych rockers Spaceface (Los Angeles, CA) rely heavily on a dichotomous production, cleverly mish-mashing dinky, lo-fi home recordings with high-end studio trickery, in delivering an absolute barrage of indie earworms that range from solemn dream pop all the way to punky electronica. \"\n\nhttps://spaceyourface.bandcamp.com/album/lunar-manor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}