Information about plays

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

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

{
    "id": 3561442,
    "uri": "https://api.kexp.org/v2/plays/3561442/?format=api",
    "airdate": "2025-10-04T23:54:27-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://ia600303.us.archive.org/4/items/mbid-388ab81b-8a4a-4b49-8fc7-5d6ed9c18584/mbid-388ab81b-8a4a-4b49-8fc7-5d6ed9c18584-13607054954_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/4/items/mbid-388ab81b-8a4a-4b49-8fc7-5d6ed9c18584/mbid-388ab81b-8a4a-4b49-8fc7-5d6ed9c18584-13607054954_thumb250.jpg",
    "song": "Secret Santa Cruz",
    "track_id": "05fb1f80-480a-33ad-af0d-d3bc04ca68da",
    "recording_id": "c0949dd8-ac34-46e6-890b-0f5d02f35e85",
    "artist": "Lifter Puller",
    "artist_ids": [
        "b6d40e29-8e40-4cf2-9eea-0d6408034d3e"
    ],
    "album": "Soft Rock",
    "release_id": "388ab81b-8a4a-4b49-8fc7-5d6ed9c18584",
    "release_group_id": "82ef7513-3d1e-3d6e-b93a-908f144889de",
    "labels": [
        "The Self-Starter Foundation"
    ],
    "label_ids": [
        "8a5b200b-99a3-477e-87a0-b076906bf4d5"
    ],
    "release_date": "2002-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis art-punks Lifter Puller first took shape on the campus of Boston College when singer/guitarist Craig Finn began teaching roommate Steve Barone to play guitar.\n\nhttps://www.twintonedigital.com/lifter-puller",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}