Information about plays

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

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

{
    "id": 3550646,
    "uri": "https://api.kexp.org/v2/plays/3550646/?format=api",
    "airdate": "2025-09-09T00:29:02-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/29bfd89c-1078-4db8-bebc-5cf42d2cbc69/6170654900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29bfd89c-1078-4db8-bebc-5cf42d2cbc69/6170654900-250.jpg",
    "song": "Walk Out on This World",
    "track_id": null,
    "recording_id": null,
    "artist": "Hunx & His Punx",
    "artist_ids": [],
    "album": "Walk Out on This World",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Get Better"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing September 25th at The Chapel!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}