Information about plays

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

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

{
    "id": 3547425,
    "uri": "https://api.kexp.org/v2/plays/3547425/?format=api",
    "airdate": "2025-09-01T04:22:26-07:00",
    "show": 64443,
    "show_uri": "https://api.kexp.org/v2/shows/64443/?format=api",
    "image_uri": "https://coverartarchive.org/release/c29f0239-d40b-4ec9-82bb-cef8fe962bfb/38659751865-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c29f0239-d40b-4ec9-82bb-cef8fe962bfb/38659751865-250.jpg",
    "song": "Masterpieces",
    "track_id": null,
    "recording_id": "33eca10d-0dc9-496b-a339-4b029ce458b4",
    "artist": "Deerlady",
    "artist_ids": [
        "0fde546b-a3dc-4d71-b24d-e24f51c24490"
    ],
    "album": "Greatest Hits",
    "release_id": null,
    "release_group_id": "ae159f4b-3717-4042-a45b-42411b6d73ee",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Odanak\n--\nThe duo Deerlady (Mali Obomsawin and Magdalena Abrego) released ‘Greatest Hits’ in early 2024, describing it as “a collection of songs about intimacy under colonialism”. \nhttps://mali-obomsawin.bandcamp.com/album/greatest-hits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}