Information about plays

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

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

{
    "id": 3543649,
    "uri": "https://api.kexp.org/v2/plays/3543649/?format=api",
    "airdate": "2025-08-23T06:47:49-07:00",
    "show": 64362,
    "show_uri": "https://api.kexp.org/v2/shows/64362/?format=api",
    "image_uri": "https://coverartarchive.org/release/52c73ac0-34b5-4e3c-9843-490cebd9e9f0/35613255731-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52c73ac0-34b5-4e3c-9843-490cebd9e9f0/35613255731-250.jpg",
    "song": "Run to the Sun",
    "track_id": null,
    "recording_id": "04c9cf98-94b6-4198-bcfe-4f4448a25618",
    "artist": "N*E*R*D",
    "artist_ids": [
        "3fb49f5a-fdc0-4789-9c84-22b38b3f3cb5"
    ],
    "album": "In Search Of…",
    "release_id": null,
    "release_group_id": "bd47b812-3e40-3d5c-927e-4ef236a7ea27",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2001-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}