Information about plays

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

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

{
    "id": 3550243,
    "uri": "https://api.kexp.org/v2/plays/3550243/?format=api",
    "airdate": "2025-09-08T01:37:21-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fb40aba-fa85-4a00-99b9-db538f38ed45/19384918170-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fb40aba-fa85-4a00-99b9-db538f38ed45/19384918170-250.jpg",
    "song": "Dime Grind Palace",
    "track_id": null,
    "recording_id": "b2132567-c833-442b-ba77-ee3ce585eda5",
    "artist": "Sex Mob",
    "artist_ids": [
        "dc533bf0-7084-40c7-adf3-cb3db1b21b9f"
    ],
    "album": "Dime Grind Palace",
    "release_id": null,
    "release_group_id": "d2bf9998-70a1-31b7-80a4-fe19e8a078e6",
    "labels": [
        "Ropeadope"
    ],
    "label_ids": [],
    "release_date": "2003-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}