Information about plays

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

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

{
    "id": 3585944,
    "uri": "https://api.kexp.org/v2/plays/3585944/?format=api",
    "airdate": "2025-12-02T17:44:28-08:00",
    "show": 65272,
    "show_uri": "https://api.kexp.org/v2/shows/65272/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d30be96-5999-49a8-a7d5-62c73549808e/1820851358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d30be96-5999-49a8-a7d5-62c73549808e/1820851358-250.jpg",
    "song": "Ace of Spades",
    "track_id": null,
    "recording_id": "71209300-34e5-491d-81ad-76237d167604",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Ace of Spades",
    "release_id": null,
    "release_group_id": "51d51de2-0312-4798-8529-bed2ae2581c6",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Been listening to this one with my son lately (by his request, not mine!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}