Information about plays

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

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

{
    "id": 3595815,
    "uri": "https://api.kexp.org/v2/plays/3595815/?format=api",
    "airdate": "2025-12-25T10:57:41-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/b42fa575-f9f0-42a8-8c5e-7b8240480b2b/20424971063-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b42fa575-f9f0-42a8-8c5e-7b8240480b2b/20424971063-250.jpg",
    "song": "Hopped Up (On Xmas)",
    "track_id": null,
    "recording_id": "791ea636-8d14-4857-a1a4-9144d45d5c01",
    "artist": "Dressy Bessy",
    "artist_ids": [
        "64973b13-9786-4b52-a04e-e02c884ab880"
    ],
    "album": "A Very Cherry Christmas 9",
    "release_id": null,
    "release_group_id": "a1dab53f-fb42-4dfd-87b5-8d81ad292401",
    "labels": [
        "Cherryade Records"
    ],
    "label_ids": [
        "5f6c805f-5dfd-4224-b59b-e87aba872d6e"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}