Information about plays

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

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

{
    "id": 3580843,
    "uri": "https://api.kexp.org/v2/plays/3580843/?format=api",
    "airdate": "2025-11-21T01:22:14-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://coverartarchive.org/release/77db12a9-bfe6-4eaa-a737-fac5619901aa/13640120874-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77db12a9-bfe6-4eaa-a737-fac5619901aa/13640120874-250.jpg",
    "song": "Inside My Love",
    "track_id": null,
    "recording_id": "5e4cfcc7-1d86-4e19-bb81-6efa428ce087",
    "artist": "Minnie Riperton",
    "artist_ids": [
        "e842abf7-8a63-4602-8879-75958c2884a1"
    ],
    "album": "Adventures in Paradise",
    "release_id": null,
    "release_group_id": "f22ed7f3-7266-38da-86ac-cee5304b43f2",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1975-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Inside My Love\" is a 1975 single by Minnie Riperton from her album Adventures in Paradise.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}