Information about plays

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

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

{
    "id": 3627907,
    "uri": "https://api.kexp.org/v2/plays/3627907/?format=api",
    "airdate": "2026-03-12T00:04:24-07:00",
    "show": 66156,
    "show_uri": "https://api.kexp.org/v2/shows/66156/?format=api",
    "image_uri": "https://coverartarchive.org/release/750c0e58-9c08-40f0-a29b-800b4cb74ac9/19705545149-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/750c0e58-9c08-40f0-a29b-800b4cb74ac9/19705545149-250.jpg",
    "song": "Les Framboises",
    "track_id": null,
    "recording_id": "748af734-93af-4be9-8ad7-1696b11c06d3",
    "artist": "Stone",
    "artist_ids": [
        "ccf5389c-1cbe-4f86-8c92-cae8b87aaff8"
    ],
    "album": "Femmes de Paris, volume 1",
    "release_id": null,
    "release_group_id": "a702db4f-b9fe-30b4-ae45-0b3f7dd64bdf",
    "labels": [
        "Wagram Music"
    ],
    "label_ids": [
        "8387a032-b837-4bbf-b6e5-99ad9f7a0bdd"
    ],
    "release_date": "2002-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}