Information about plays

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

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

{
    "id": 3547990,
    "uri": "https://api.kexp.org/v2/plays/3547990/?format=api",
    "airdate": "2025-09-02T12:59:52-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia801206.us.archive.org/27/items/mbid-028a24f8-bf25-46d0-8f45-bf5aca882736/mbid-028a24f8-bf25-46d0-8f45-bf5aca882736-41524576879_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/27/items/mbid-028a24f8-bf25-46d0-8f45-bf5aca882736/mbid-028a24f8-bf25-46d0-8f45-bf5aca882736-41524576879_thumb250.jpg",
    "song": "Housequake",
    "track_id": "a251072c-8978-36c3-9ce1-3536b6390039",
    "recording_id": "5cff113a-45b9-469f-96f6-321f31426856",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Sign “☮” the Times",
    "release_id": "028a24f8-bf25-46d0-8f45-bf5aca882736",
    "release_group_id": "90718403-7634-3786-84bf-2053a7bd4f4c",
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1987-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Shut up already, damn!\"\n--\nDis you know that this song sampled the hook from 1971's \"Hot Pants (She Got to Use What She Got to Get What She Wants)\" from James Brown?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}