Information about plays

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

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

{
    "id": 3592921,
    "uri": "https://api.kexp.org/v2/plays/3592921/?format=api",
    "airdate": "2025-12-19T03:36:07-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "https://coverartarchive.org/release/adff6c5e-3fed-479a-b0a2-3ec7e6f57fdb/3799477321-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adff6c5e-3fed-479a-b0a2-3ec7e6f57fdb/3799477321-250.jpg",
    "song": "Smells Like Teen Spirit (cover)",
    "track_id": null,
    "recording_id": "e85f6bc1-bab6-4c37-af58-f24fbedd58fe",
    "artist": "J*Davey",
    "artist_ids": [
        "f5331aa8-1ba7-42fa-8a48-6442d8ce5e9c"
    ],
    "album": "Evil Christian Cop: The Great Mistapes",
    "release_id": null,
    "release_group_id": "ed7f8470-56d3-4d0c-98bf-eb3524b79d60",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}