Information about plays

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

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

{
    "id": 3615889,
    "uri": "https://api.kexp.org/v2/plays/3615889/?format=api",
    "airdate": "2026-02-10T20:41:01-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "https://coverartarchive.org/release/22e33aed-988a-4ee0-bde0-7a6f141f8a17/41520051956-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22e33aed-988a-4ee0-bde0-7a6f141f8a17/41520051956-250.jpg",
    "song": "Bur man laimi",
    "track_id": null,
    "recording_id": "dd99ccd1-cda6-474d-bdf1-92be876078a1",
    "artist": "Tautumeitas",
    "artist_ids": [
        "3a3b9876-a3a7-4689-bcbc-bba79f86f910"
    ],
    "album": "Bur man laimi",
    "release_id": null,
    "release_group_id": "21bb6203-239d-4f04-9763-e6cf8b38f998",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The all-female band represented Riga, Latvia in the Eurovision Song Contest 2025 with this track, which translates to \"Bring me happiness,\" in English.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}