Information about plays

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

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

{
    "id": 3559244,
    "uri": "https://api.kexp.org/v2/plays/3559244/?format=api",
    "airdate": "2025-09-29T14:09:28-07:00",
    "show": 64701,
    "show_uri": "https://api.kexp.org/v2/shows/64701/?format=api",
    "image_uri": "https://ia800802.us.archive.org/21/items/mbid-112efc66-3d1b-421b-9316-9295c2f2bab4/mbid-112efc66-3d1b-421b-9316-9295c2f2bab4-18227928846_thumb500.jpg",
    "thumbnail_uri": "https://ia800802.us.archive.org/21/items/mbid-112efc66-3d1b-421b-9316-9295c2f2bab4/mbid-112efc66-3d1b-421b-9316-9295c2f2bab4-18227928846_thumb250.jpg",
    "song": "Circle Dream",
    "track_id": "1e46bd0f-5ed4-459f-8a6b-a01ef6dc5616",
    "recording_id": "07836e72-8278-4d8f-9787-4cca359b53f7",
    "artist": "10,000 Maniacs",
    "artist_ids": [
        "b9a06530-1241-4162-836f-7b8e79deaa58"
    ],
    "album": "Our Time in Eden",
    "release_id": "112efc66-3d1b-421b-9316-9295c2f2bab4",
    "release_group_id": "fdbd976c-8783-3686-a3b5-902357b96cba",
    "labels": [
        "Elektra Entertainment",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}