Information about plays

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

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

{
    "id": 3576778,
    "uri": "https://api.kexp.org/v2/plays/3576778/?format=api",
    "airdate": "2025-11-11T09:25:38-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?format=api",
    "image_uri": "https://ia803200.us.archive.org/14/items/mbid-6b956618-7189-4474-bce0-7d10f6562704/mbid-6b956618-7189-4474-bce0-7d10f6562704-3776907894_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/14/items/mbid-6b956618-7189-4474-bce0-7d10f6562704/mbid-6b956618-7189-4474-bce0-7d10f6562704-3776907894_thumb250.jpg",
    "song": "Runnin’ Down a Dream",
    "track_id": "52c4e9c3-1a9f-3056-b5e2-8169a08c89a3",
    "recording_id": "40a8c585-590c-4d9a-9889-dab6af60086b",
    "artist": "Tom Petty",
    "artist_ids": [
        "5ca3f318-d028-4151-ac73-78e2b2d6cdcc"
    ],
    "album": "Full Moon Fever",
    "release_id": "6b956618-7189-4474-bce0-7d10f6562704",
    "release_group_id": "ffbef03e-3651-39db-8a2f-e140dc5aa219",
    "labels": [
        "MCA Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Its glorious out, day off school, littlest is finally getting better from his cold, can we hear \"runnin down a dream\" from tom petty?\n\nMegan in Kent\n--\n\n“Runnin’ Down a Dream\" was built around a heavy riff from Mike Campbell, originally written in a different time signature. Petty straightened it out and took it to producer Jeff Lynne. Campbell also played the song’s guitar solo (a combination of searing held notes and frenetic shredding), nailing it in one take. --- Want to hear an isolated track of only the guitars on this banger?: https://www.youtube.com/watch?v=H7-x02_fgzU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}