Information about plays

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

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

{
    "id": 3546957,
    "uri": "https://api.kexp.org/v2/plays/3546957/?format=api",
    "airdate": "2025-08-30T23:55:41-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://coverartarchive.org/release/445208d2-1663-4741-a96c-7a01df080706/37865972439-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/445208d2-1663-4741-a96c-7a01df080706/37865972439-250.jpg",
    "song": "Hit In The Face",
    "track_id": null,
    "recording_id": "32c04876-092c-4d5e-bb79-6dd9ea50e01c",
    "artist": "Exploding White Mice",
    "artist_ids": [
        "5d53a3f8-3362-4b2f-b4b3-8ddf95f6c356"
    ],
    "album": "Brute Force And Ignorance",
    "release_id": null,
    "release_group_id": "2e007ed5-19ed-40fc-9ef3-32b5615a5d3e",
    "labels": [
        "The Greasy Record Company"
    ],
    "label_ids": [
        "f518aac9-3ddf-415c-b2da-e8e44b0a0418"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Exploding White Mice were an Australian punk-pop band from Adelaide which formed in 1983",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}