Information about plays

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

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

{
    "id": 3594275,
    "uri": "https://api.kexp.org/v2/plays/3594275/?format=api",
    "airdate": "2025-12-22T01:41:00-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0bd1b2e-bb84-36fc-a251-30d5f1c66b00/18781526649-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0bd1b2e-bb84-36fc-a251-30d5f1c66b00/18781526649-250.jpg",
    "song": "Aisha",
    "track_id": null,
    "recording_id": "cb24fc01-afb6-4502-a485-cb13481d51bd",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "Olé Coltrane",
    "release_id": null,
    "release_group_id": "9ba035a7-3f7c-3d96-9e07-0e0d45af41af",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}