Information about plays

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

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

{
    "id": 3522772,
    "uri": "https://api.kexp.org/v2/plays/3522772/?format=api",
    "airdate": "2025-07-05T00:27:05-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/590d6e58-91d0-4840-a7af-a01156f096c8/31706680472-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/590d6e58-91d0-4840-a7af-a01156f096c8/31706680472-250.jpg",
    "song": "Don’t Curse",
    "track_id": null,
    "recording_id": "bcf90a12-16f5-4bc6-bc39-107d9fe55981",
    "artist": "Heavy D. & the Boyz",
    "artist_ids": [
        "b0df243a-519c-4a87-b6bf-73d9ec55e05c"
    ],
    "album": "Don’t Curse",
    "release_id": null,
    "release_group_id": "5c5095a1-8b6e-377d-8596-8f2554c07deb",
    "labels": [
        "Uptown Records"
    ],
    "label_ids": [
        "98ff3848-3a73-4baf-abd6-2ca5b4f79f0b"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}