Information about plays

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

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

{
    "id": 3598489,
    "uri": "https://api.kexp.org/v2/plays/3598489/?format=api",
    "airdate": "2025-12-31T15:23:08-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up (Fatshaudi remix)",
    "track_id": "ccb13971-6aaa-49c2-bb00-22fa9bcfb451",
    "recording_id": "39fd5585-a5a8-4145-bd0d-9fc0182a7fc5",
    "artist": "Maria Somerville",
    "artist_ids": [
        "86f48c33-57de-4d86-87b3-7397d5e4baf4"
    ],
    "album": "Luster (Remixes)",
    "release_id": "e02e9f4c-2d38-45e6-af30-5e24e830784c",
    "release_group_id": "3ed605f9-3f80-4a0a-b21c-ec7d40a0e950",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-01-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Irish musician Maria Somerville will be playing the Belltown Yacht Club in Seattle on  Monday, April 13th. \n--\nHere's a review of her \"luxuriant\" second album, \"Luster\": https://www.theguardian.com/music/2025/apr/25/maria-somerville-luster-review-4ad-shoegaze-second-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}