Information about plays

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

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

{
    "id": 3581161,
    "uri": "https://api.kexp.org/v2/plays/3581161/?format=api",
    "airdate": "2025-11-21T19:35:38-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Reggae Music",
    "track_id": null,
    "recording_id": "2fbbd8b3-e8df-4514-84f5-371cff1dffd2",
    "artist": "Zap Pow",
    "artist_ids": [
        "209cc789-981e-4911-a5fb-47c30230976f"
    ],
    "album": "Trojan Carnival Box Set",
    "release_id": null,
    "release_group_id": "33bfe688-c4cf-3627-9cc0-f890b224bd0c",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Horn Section Madness!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}