Information about plays

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

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

{
    "id": 3595425,
    "uri": "https://api.kexp.org/v2/plays/3595425/?format=api",
    "airdate": "2025-12-24T16:37:12-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "https://ia600605.us.archive.org/33/items/mbid-ffffcb8b-db97-445d-8f1c-4c81bb20bd89/mbid-ffffcb8b-db97-445d-8f1c-4c81bb20bd89-28718304291_thumb500.jpg",
    "thumbnail_uri": "https://ia600605.us.archive.org/33/items/mbid-ffffcb8b-db97-445d-8f1c-4c81bb20bd89/mbid-ffffcb8b-db97-445d-8f1c-4c81bb20bd89-28718304291_thumb250.jpg",
    "song": "Maybe This Christmas",
    "track_id": "930d8a23-c88d-395d-bb9b-8a6a9e66381d",
    "recording_id": "5ad30288-e94b-4e05-bd11-7e7dad6bf797",
    "artist": "Ron Sexsmith",
    "artist_ids": [
        "adbbaf02-cb2e-432d-b24b-f016e9a65a44"
    ],
    "album": "Maybe This Christmas",
    "release_id": "ffffcb8b-db97-445d-8f1c-4c81bb20bd89",
    "release_group_id": "5128904c-0655-3662-a7d9-abc23b76c1fd",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2002-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian-based artist who started his first band when he was 14 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}