Information about plays

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

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

{
    "id": 3547737,
    "uri": "https://api.kexp.org/v2/plays/3547737/?format=api",
    "airdate": "2025-09-01T22:30:23-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a6d4dc0-8f98-4f9d-9ed5-57552f212d01/8216318253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a6d4dc0-8f98-4f9d-9ed5-57552f212d01/8216318253-250.jpg",
    "song": "Suckling the Mender",
    "track_id": null,
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Blue Bell Knoll",
    "release_id": null,
    "release_group_id": "33260535-22d6-36b5-a636-f0c012e2f5a4",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1988-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's good mending, right there",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}