Information about plays

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

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

{
    "id": 3575791,
    "uri": "https://api.kexp.org/v2/plays/3575791/?format=api",
    "airdate": "2025-11-08T23:41:43-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9574114-1197-4a23-a9e2-8c88c8113829/39613204345-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9574114-1197-4a23-a9e2-8c88c8113829/39613204345-250.jpg",
    "song": "Bus",
    "track_id": null,
    "recording_id": "c7a6eda0-eea3-4d86-9eaf-27213787ba79",
    "artist": "Naked Roommate",
    "artist_ids": [
        "3d232a26-295d-467e-acc3-a20e22150db2"
    ],
    "album": "Pass the Loofah",
    "release_id": null,
    "release_group_id": "343b2608-b81e-4ec6-9e41-ad2fbf35de31",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Naked Roommate is the Oakland-based project of Andy Jordan and Amber Sermeno.\n\n“This song is about taking the bus as the upwardly mobile pass you by, but how that’s fine as long as you can enjoy the rhythm of the city,” shares Sermeno of the undeniably rhythmic track. “Especially when you have someone to share it with. It’s a love song.” Here's the official video: https://www.youtube.com/watch?v=3VTQrGO9a2M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}