Information about plays

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

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

{
    "id": 3624470,
    "uri": "https://api.kexp.org/v2/plays/3624470/?format=api",
    "airdate": "2026-03-02T17:07:41-08:00",
    "show": 66074,
    "show_uri": "https://api.kexp.org/v2/shows/66074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Generation",
    "track_id": null,
    "recording_id": "b24228c8-537d-4161-ba48-8acac5e4fe85",
    "artist": "Incredible Force of Junior",
    "artist_ids": [
        "ea055918-15a3-4bff-954d-cff2ef2a6e41"
    ],
    "album": "We Can Still Be Friends",
    "release_id": null,
    "release_group_id": "a3cbbb31-ca9e-402f-a6b1-89abf35586e0",
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Incredible Force of Junior formed in the mid-'90s when Chris Mumford and Susan Robb left upstate New York in favor of the Pacific Northwest after graduating from college. Relocating in Seattle, the pair joined forces with drummer Steve Lodefink, and the upbeat twee pop band was born.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}