Information about plays

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

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

{
    "id": 3550252,
    "uri": "https://api.kexp.org/v2/plays/3550252/?format=api",
    "airdate": "2025-09-08T02:22:57-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1c8a501-4799-352d-a877-ebb2c6114ca9/3253569844-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1c8a501-4799-352d-a877-ebb2c6114ca9/3253569844-250.jpg",
    "song": "Conte d'Automne",
    "track_id": null,
    "recording_id": "f63bc07d-4a11-4ec1-8f9b-a6b90a28d30e",
    "artist": "Jeff Sharel",
    "artist_ids": [
        "c591f2a1-3e04-4ec1-a2bb-6f697641975f"
    ],
    "album": "Jeff Sharel",
    "release_id": null,
    "release_group_id": "38b44e1a-e401-35a4-b49b-77a1d92a932f",
    "labels": [
        "Statra Recordings"
    ],
    "label_ids": [
        "4dc3c1a1-925d-47dc-8977-229e055b56f3"
    ],
    "release_date": "2000-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}