Information about plays

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

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

{
    "id": 3543643,
    "uri": "https://api.kexp.org/v2/plays/3543643/?format=api",
    "airdate": "2025-08-23T06:23:38-07:00",
    "show": 64362,
    "show_uri": "https://api.kexp.org/v2/shows/64362/?format=api",
    "image_uri": "https://coverartarchive.org/release/be95b98c-5cd6-4847-ab86-761dc9458d76/40527100896-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be95b98c-5cd6-4847-ab86-761dc9458d76/40527100896-250.jpg",
    "song": "Ginkgo",
    "track_id": null,
    "recording_id": "07c28afd-c6e9-4d85-bcfb-48bebefa8211",
    "artist": "Panchiko",
    "artist_ids": [
        "8f64d6ea-3f6c-408c-b2e0-e5334b28dae9"
    ],
    "album": "Ginkgo",
    "release_id": null,
    "release_group_id": "5180c640-a46c-46d1-b9b1-40062c8e3b67",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2025-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}