Information about plays

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

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

{
    "id": 3539343,
    "uri": "https://api.kexp.org/v2/plays/3539343/?format=api",
    "airdate": "2025-08-12T22:33:01-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?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": "A 2011 cover of the 1992 Nirvana hit by the Los Angeles duo consisting of vocalist Jack Davey and keyboardist/producer Brook D'Leau.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}