Information about plays

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

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

{
    "id": 3561341,
    "uri": "https://api.kexp.org/v2/plays/3561341/?format=api",
    "airdate": "2025-10-04T19:50:20-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-f9efd2d1-cc11-42c3-935f-0ecdf01c9282/mbid-f9efd2d1-cc11-42c3-935f-0ecdf01c9282-35335142346_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-f9efd2d1-cc11-42c3-935f-0ecdf01c9282/mbid-f9efd2d1-cc11-42c3-935f-0ecdf01c9282-35335142346_thumb250.jpg",
    "song": "Ichiro Goes to the Moon",
    "track_id": "d1a84d01-15e2-3eed-ba9e-976ba69eaf13",
    "recording_id": "ee17fd88-5292-42e6-a882-7d350a2f0b41",
    "artist": "The Baseball Project",
    "artist_ids": [
        "fbc4d88b-ee30-4cb8-b102-37826d88206b"
    ],
    "album": "Volume 2: High and Inside",
    "release_id": "f9efd2d1-cc11-42c3-935f-0ecdf01c9282",
    "release_group_id": "0cc993f7-e8d6-4aab-9bd6-cf1e8702935b",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2011-03-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"For those who haven't worshipped yet, must succumb to bowing soon\nThere'll be nothing left to prove, when Ichiro goes, Ichiro goes to the moon.\nWhen Ichiro goes, Ichiro goes to the moon\": https://genius.com/The-baseball-project-ichiro-goes-to-the-moon-lyrics",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}