Information about plays

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

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

{
    "id": 3621294,
    "uri": "https://api.kexp.org/v2/plays/3621294/?format=api",
    "airdate": "2026-02-23T13:26:33-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "https://coverartarchive.org/release/97e792db-ed5e-4afc-b0c1-deee8b702f25/44072724121-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/97e792db-ed5e-4afc-b0c1-deee8b702f25/44072724121-250.jpg",
    "song": "We’re So Cool",
    "track_id": null,
    "recording_id": "649dff7f-093d-4508-889c-827f154a8896",
    "artist": "Au Pairs",
    "artist_ids": [
        "d350bc0e-10bb-47f1-9027-d1f011ae9aa8"
    ],
    "album": "Playing With a Different Sex",
    "release_id": null,
    "release_group_id": "14f11e7a-00fa-31b2-85a1-2930fb88d198",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Au Pairs formed in Birmingham in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}