Information about plays

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

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

{
    "id": 3582444,
    "uri": "https://api.kexp.org/v2/plays/3582444/?format=api",
    "airdate": "2025-11-24T17:33:24-08:00",
    "show": 65201,
    "show_uri": "https://api.kexp.org/v2/shows/65201/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-c44fa39a-55e3-4ff8-980b-7721d87473ba/mbid-c44fa39a-55e3-4ff8-980b-7721d87473ba-39048837575_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-c44fa39a-55e3-4ff8-980b-7721d87473ba/mbid-c44fa39a-55e3-4ff8-980b-7721d87473ba-39048837575_thumb250.jpg",
    "song": "tcnc",
    "track_id": "3d72da2e-1a2d-49cd-956b-72e5db2a561f",
    "recording_id": "48187be6-1d2c-4190-b9ec-4ad78bd39c4d",
    "artist": "Goat Girl",
    "artist_ids": [
        "29a2e15e-b14f-42ca-8f65-d52479872452"
    ],
    "album": "Below The Waste",
    "release_id": "c44fa39a-55e3-4ff8-980b-7721d87473ba",
    "release_group_id": "488a66bb-2625-4cac-bc52-ac1777aa5ffd",
    "labels": [
        "Rough Trade Records"
    ],
    "label_ids": [
        "9f59488e-a696-4991-a1f9-48c938528f2f"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goat Girl is the South London trio consisting of Rosy Bones, Lottie Pendlebury and Holly Mullineaux.\n\nhttps://goatgirl.bandcamp.com/album/below-the-waste\n\nhttps://goatgirl.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}