Information about plays

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

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

{
    "id": 3598294,
    "uri": "https://api.kexp.org/v2/plays/3598294/?format=api",
    "airdate": "2025-12-31T04:28:49-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "https://coverartarchive.org/release/946d578a-2597-42a3-80b8-bf0a8597e26c/11913186211-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/946d578a-2597-42a3-80b8-bf0a8597e26c/11913186211-250.jpg",
    "song": "Calling All Boys",
    "track_id": null,
    "recording_id": "a5193f36-7b68-4709-87e8-d4d28c9c818f",
    "artist": "The Flirts",
    "artist_ids": [
        "af362d0e-1f38-440d-ab37-8e2c7becee7f"
    ],
    "album": "10¢ a Dance",
    "release_id": null,
    "release_group_id": "243d7190-eb14-4e5f-87e2-5e5f4c780694",
    "labels": [
        "Rams Horn Records"
    ],
    "label_ids": [
        "9f1a2460-42de-4cc3-a5f6-42fdc8fbdb57"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lisa LeClair bought me this record for my bday once heehehe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}