Information about plays

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

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

{
    "id": 3540555,
    "uri": "https://api.kexp.org/v2/plays/3540555/?format=api",
    "airdate": "2025-08-15T23:12:24-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "https://coverartarchive.org/release/d023197a-0eb4-4928-86c9-008e2183d7d9/7300445478-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d023197a-0eb4-4928-86c9-008e2183d7d9/7300445478-250.jpg",
    "song": "The Real Weight",
    "track_id": null,
    "recording_id": "dc47838d-1855-4469-8741-47dda1bffe84",
    "artist": "No I.D., Dug Infinite",
    "artist_ids": [],
    "album": "Accept Your Own & Be Yourself (The Black Album)",
    "release_id": null,
    "release_group_id": "9cffb174-daf9-3f18-b852-83a5e04f056a",
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1997-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Accept Your Own and Be Yourself (The Black Album) is the only album released under producer No I.D.'s name. It was put out by Relativity Records in 1997.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}