Information about plays

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

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

{
    "id": 3589889,
    "uri": "https://api.kexp.org/v2/plays/3589889/?format=api",
    "airdate": "2025-12-11T21:17:09-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "https://coverartarchive.org/release/c240e348-d8c0-4fd9-a67e-c77cfd35e9ce/13876051689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c240e348-d8c0-4fd9-a67e-c77cfd35e9ce/13876051689-250.jpg",
    "song": "Hikari",
    "track_id": null,
    "recording_id": "b6112b1d-e5db-4a8d-a899-d5a3c7356c1b",
    "artist": "羽多野渉",
    "artist_ids": [
        "836e0537-58d0-4bdd-9be4-de54df7de7f4"
    ],
    "album": "Kingdom Hearts Original Soundtrack",
    "release_id": null,
    "release_group_id": "a1273258-87eb-4134-b9d7-2603d85388b4",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wataru Hatano (羽多野渉) is a Japanese voice actor, singer, and actor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}