Information about plays

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

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

{
    "id": 3573669,
    "uri": "https://api.kexp.org/v2/plays/3573669/?format=api",
    "airdate": "2025-11-03T23:36:17-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e28a578-a43f-4807-b81d-e2102df23535/36127438899-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e28a578-a43f-4807-b81d-e2102df23535/36127438899-250.jpg",
    "song": "Third Moon",
    "track_id": null,
    "recording_id": null,
    "artist": "Chris Carrier",
    "artist_ids": [
        "0c676ed4-ee63-4133-b310-5ec26bd40a33"
    ],
    "album": "Perfect Encounter",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spectral Bounce"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maybe she drove to the moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}