Information about plays

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

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

{
    "id": 3544155,
    "uri": "https://api.kexp.org/v2/plays/3544155/?format=api",
    "airdate": "2025-08-24T10:06:28-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/78e6a3f9-919c-48af-abcb-d9cbe5b6b3ac/33838487950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78e6a3f9-919c-48af-abcb-d9cbe5b6b3ac/33838487950-250.jpg",
    "song": "I’ve Got the Music in Me",
    "track_id": null,
    "recording_id": "9df294ab-ee5d-4b38-9c6b-a44da3ca76df",
    "artist": "The Kiki Dee Band",
    "artist_ids": [
        "b9ac19b1-a88d-4303-bd8f-e32dac2ae6da"
    ],
    "album": "I’ve Got the Music in Me",
    "release_id": null,
    "release_group_id": "5d96aa3d-b4c4-38e8-a7d8-dd0e7061d496",
    "labels": [
        "The Rocket Record Company"
    ],
    "label_ids": [
        "a0a1c747-ce94-4fc9-bba6-3fef4ff7a788"
    ],
    "release_date": "1974-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1970, Dee became the first white British artist signed to Motown Records, but after her success with Elton John, she released this album on his label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}