Information about plays

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

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

{
    "id": 3525923,
    "uri": "https://api.kexp.org/v2/plays/3525923/?format=api",
    "airdate": "2025-07-12T10:52:42-07:00",
    "show": 63993,
    "show_uri": "https://api.kexp.org/v2/shows/63993/?format=api",
    "image_uri": "https://coverartarchive.org/release/65b53bc6-6a44-4bf3-8f88-d137af26afb6/25053857950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65b53bc6-6a44-4bf3-8f88-d137af26afb6/25053857950-250.jpg",
    "song": "Murder She Wrote",
    "track_id": null,
    "recording_id": "fcab87de-18a9-4ff2-822c-037bcac4aee3",
    "artist": "Chaka Demus & Pliers",
    "artist_ids": [
        "449f264b-1a94-4ef8-b601-2ffccbbedefa"
    ],
    "album": "Exotica: A Trip Around the World",
    "release_id": null,
    "release_group_id": "8a0c4dcc-34c6-4607-9419-269a21879421",
    "labels": [
        "Polystar"
    ],
    "label_ids": [
        "7fdf4b1f-37fb-4d5e-9445-b17b0a6930e4"
    ],
    "release_date": "2002-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}