Information about plays

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

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

{
    "id": 3569855,
    "uri": "https://api.kexp.org/v2/plays/3569855/?format=api",
    "airdate": "2025-10-25T18:10:34-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia801800.us.archive.org/3/items/mbid-851e4be8-9ed2-4819-851e-c6efb83c3c42/mbid-851e4be8-9ed2-4819-851e-c6efb83c3c42-42568547267_thumb500.jpg",
    "thumbnail_uri": "https://dn721505.ca.archive.org/0/items/mbid-851e4be8-9ed2-4819-851e-c6efb83c3c42/mbid-851e4be8-9ed2-4819-851e-c6efb83c3c42-42568547267_thumb250.jpg",
    "song": "Girls Just Want to Have Fun",
    "track_id": "7b753f3b-a504-4672-9a00-783383b6c9fc",
    "recording_id": "de157b5c-b4f4-4b10-be1c-5f668deee86c",
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Jupiter",
    "release_id": "851e4be8-9ed2-4819-851e-c6efb83c3c42",
    "release_group_id": "7e5646b8-2a85-4929-af43-5bf1e9884bee",
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's STRFKR covering Cyndi Lauper!\n\nHere's a music video created for a college class using STRFKR's rendition of the Cyndi Lauper classic \"Girls Just Want to Have Fun\".: https://www.youtube.com/watch?v=R5Kdh2Yb_Cg",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}