Information about plays

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

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

{
    "id": 3582131,
    "uri": "https://api.kexp.org/v2/plays/3582131/?format=api",
    "airdate": "2025-11-24T00:18:45-08:00",
    "show": 65193,
    "show_uri": "https://api.kexp.org/v2/shows/65193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Expressure",
    "track_id": null,
    "recording_id": "debe650e-aa4f-4780-8e78-32859447289b",
    "artist": "Christoph de Babalon",
    "artist_ids": [
        "96ef39a7-578d-4446-8a27-04e1d3c52484"
    ],
    "album": "If You’re Into It, I’m Out of It",
    "release_id": null,
    "release_group_id": "9091ccc2-07f0-3d44-930e-d9fca43c47c0",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}