Information about plays

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

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

{
    "id": 3556889,
    "uri": "https://api.kexp.org/v2/plays/3556889/?format=api",
    "airdate": "2025-09-23T21:35:11-07:00",
    "show": 64644,
    "show_uri": "https://api.kexp.org/v2/shows/64644/?format=api",
    "image_uri": "https://coverartarchive.org/release/2fa553e1-f763-43a0-a4ee-fc3fd95da9fc/12059126276-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2fa553e1-f763-43a0-a4ee-fc3fd95da9fc/12059126276-250.jpg",
    "song": "Gwati Saz",
    "track_id": null,
    "recording_id": "d1f5f798-5073-4bba-86d7-6396b1705a50",
    "artist": "Peroz Sajjadi",
    "artist_ids": [
        "91bf0d55-35f7-4151-bce8-036157ab45dd"
    ],
    "album": "Music of Makran: Traditional Fusion From Coastal Balochistan",
    "release_id": null,
    "release_group_id": "cfb2f4ca-25a1-45c8-b05a-093164da19f4",
    "labels": [
        "Topic Records"
    ],
    "label_ids": [
        "ca8696b5-9e6e-4405-9148-b2e9f266eb5c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "pakistan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}