Information about plays

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

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

{
    "id": 3549700,
    "uri": "https://api.kexp.org/v2/plays/3549700/?format=api",
    "airdate": "2025-09-06T18:12:10-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/750d0f9a-055d-4b81-b849-3279dea364a6/20433895763-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/750d0f9a-055d-4b81-b849-3279dea364a6/20433895763-250.jpg",
    "song": "You Look So Good",
    "track_id": null,
    "recording_id": "29c7a9b7-9002-46c0-a983-ffd6294282f5",
    "artist": "Twilight",
    "artist_ids": [
        "e2f747db-b93b-475f-adbe-75ce62fe0d47"
    ],
    "album": "Pains of Love",
    "release_id": null,
    "release_group_id": "e1a48e57-1d22-45af-a2d3-2c029449e2aa",
    "labels": [
        "Luv N’ Haight"
    ],
    "label_ids": [
        "ec94447c-9ba7-47e9-ac3a-378203e5ae16"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vallejo bedroom funksters Twilight's single release \"Pains of Love\" was rediscovered by reissue label Luv N'Haight.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}