Information about plays

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

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

{
    "id": 3557451,
    "uri": "https://api.kexp.org/v2/plays/3557451/?format=api",
    "airdate": "2025-09-25T04:59:43-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/483b35e8-15a0-4907-bc9e-a41bed449e7f/2972575697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/483b35e8-15a0-4907-bc9e-a41bed449e7f/2972575697-250.jpg",
    "song": "Here Comes The Meter Man",
    "track_id": null,
    "recording_id": "65dcff18-0a68-4982-a0e7-f5e2396f0fad",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "The Meters",
    "release_id": null,
    "release_group_id": "4fbaa0a9-2cca-3a52-adda-8b41deb8812f",
    "labels": [
        "Jackpot Records"
    ],
    "label_ids": [
        "ee93c382-818e-4aa1-9ce0-41831de0ae78"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}