Information about plays

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

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

{
    "id": 3541637,
    "uri": "https://api.kexp.org/v2/plays/3541637/?format=api",
    "airdate": "2025-08-18T14:38:09-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "https://coverartarchive.org/release/e73fe747-e137-4286-b16d-9da7f60e2d44/24531965981-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e73fe747-e137-4286-b16d-9da7f60e2d44/24531965981-250.jpg",
    "song": "Surfin’ Bird",
    "track_id": null,
    "recording_id": "0f44f0bd-4f90-4e9a-aff4-21a3790eaf74",
    "artist": "The Trashmen",
    "artist_ids": [
        "1f190f39-89cc-426f-ac40-56c31ebf306f"
    ],
    "album": "Surfin' Bird",
    "release_id": null,
    "release_group_id": "ac07df0c-c5a7-4e3a-8603-0bb7c458094a",
    "labels": [
        "Garrett Records"
    ],
    "label_ids": [
        "62384d12-546a-45cc-bfba-02355024cad3"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout to Sue Bird! First WNBA player to get a statue of her likeness cast in bronze. Unveiled yesterday outside of Climate Pledge Arena:\n\nhttps://www.espn.com/wnba/story/_/id/46003354/sue-bird-becomes-first-wnba-player-honored-statue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}