Information about plays

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

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

{
    "id": 3552788,
    "uri": "https://api.kexp.org/v2/plays/3552788/?format=api",
    "airdate": "2025-09-14T02:13:49-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia600206.us.archive.org/12/items/mbid-6d30be96-5999-49a8-a7d5-62c73549808e/mbid-6d30be96-5999-49a8-a7d5-62c73549808e-1820851358_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/12/items/mbid-6d30be96-5999-49a8-a7d5-62c73549808e/mbid-6d30be96-5999-49a8-a7d5-62c73549808e-1820851358_thumb250.jpg",
    "song": "Ace of Spades",
    "track_id": "63e89f51-c911-3da3-8821-c2fee9609211",
    "recording_id": "71209300-34e5-491d-81ad-76237d167604",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Ace of Spades",
    "release_id": "6d30be96-5999-49a8-a7d5-62c73549808e",
    "release_group_id": "51d51de2-0312-4798-8529-bed2ae2581c6",
    "labels": [
        "Bronze"
    ],
    "label_ids": [
        "5f5334fe-9873-4be3-9650-8b1888a7ae25"
    ],
    "release_date": "1980-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}