Information about plays

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

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

{
    "id": 3614828,
    "uri": "https://api.kexp.org/v2/plays/3614828/?format=api",
    "airdate": "2026-02-08T10:42:26-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/50e3585c-6977-40da-9522-e81e5b4653c7/19902882436-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50e3585c-6977-40da-9522-e81e5b4653c7/19902882436-250.jpg",
    "song": "Baby, What's Wrong",
    "track_id": null,
    "recording_id": "61626f92-e175-437f-8e64-537139bbf5f6",
    "artist": "The Downliners Sect",
    "artist_ids": [
        "411ca2ce-fbe1-4a14-be98-9839a8b2efaa"
    ],
    "album": "Sectuality",
    "release_id": null,
    "release_group_id": "d20101b7-81c7-4800-b76d-c4eb5fad2480",
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jimmy Page played guitar on this 1964 debut single for the short-lived Plymouth band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}