Information about plays

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

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

{
    "id": 3581316,
    "uri": "https://api.kexp.org/v2/plays/3581316/?format=api",
    "airdate": "2025-11-22T05:10:32-08:00",
    "show": 65175,
    "show_uri": "https://api.kexp.org/v2/shows/65175/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-e02e9f4c-2d38-45e6-af30-5e24e830784c/mbid-e02e9f4c-2d38-45e6-af30-5e24e830784c-43597138711_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-e02e9f4c-2d38-45e6-af30-5e24e830784c/mbid-e02e9f4c-2d38-45e6-af30-5e24e830784c-43597138711_thumb250.jpg",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}