Information about plays

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

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

{
    "id": 3552679,
    "uri": "https://api.kexp.org/v2/plays/3552679/?format=api",
    "airdate": "2025-09-13T20:49:27-07:00",
    "show": 64554,
    "show_uri": "https://api.kexp.org/v2/shows/64554/?format=api",
    "image_uri": "https://ia803100.us.archive.org/6/items/mbid-192fc1c1-8786-426c-9cb3-eab6867f93e2/mbid-192fc1c1-8786-426c-9cb3-eab6867f93e2-20012118370_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/6/items/mbid-192fc1c1-8786-426c-9cb3-eab6867f93e2/mbid-192fc1c1-8786-426c-9cb3-eab6867f93e2-20012118370_thumb250.jpg",
    "song": "Hussy",
    "track_id": "e3a7b750-93f7-3c3a-9adf-3c8b8d1c1864",
    "recording_id": "6f75bd94-6cde-499a-86c1-6969102b40a9",
    "artist": "Crystal Skulls",
    "artist_ids": [
        "55a0e112-113c-40c7-9f2a-dec52ef5dc25"
    ],
    "album": "Blocked Numbers",
    "release_id": "192fc1c1-8786-426c-9cb3-eab6867f93e2",
    "release_group_id": "f692d286-10f4-3a08-a79c-d214fad1c723",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-03-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Ian! Thanks Ian!\n\nhttps://crystalskullsband.bandcamp.com/album/blocked-numbers",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}