Information about plays

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

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

{
    "id": 3632681,
    "uri": "https://api.kexp.org/v2/plays/3632681/?format=api",
    "airdate": "2026-03-23T09:08:02-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://coverartarchive.org/release/55b19a43-beaf-4ec4-b9d2-d8f2c06f27ab/38154659050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/55b19a43-beaf-4ec4-b9d2-d8f2c06f27ab/38154659050-250.jpg",
    "song": "Love Is All Around",
    "track_id": null,
    "recording_id": "acc3217b-66a8-45fc-abeb-ab40a1802435",
    "artist": "Sonny Curtis",
    "artist_ids": [
        "3d01cbe9-b68a-461e-9221-25bd2448ec6f"
    ],
    "album": "Love Is All Around / Here, There and Everywhere",
    "release_id": null,
    "release_group_id": "c9252d58-d5b9-4443-878d-8c852e0fc79d",
    "labels": [
        "Ovation Records"
    ],
    "label_ids": [
        "765c7176-655d-4928-935f-e3d201b6a3a6"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Oh, oh, and you're Mary Tyler Moore\"\n\nTheme to the Mary Tyler Moore show, following the Weezer lyrics!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}