Information about plays

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

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

{
    "id": 3567162,
    "uri": "https://api.kexp.org/v2/plays/3567162/?format=api",
    "airdate": "2025-10-19T11:06:56-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take My Hand (Precious Lord)",
    "track_id": null,
    "recording_id": "3ea80a22-d65b-4357-89d3-af7bc423a539",
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Beans and Fatback",
    "release_id": null,
    "release_group_id": "0e0bab3c-25f1-3fae-b23e-0b92d25a7c3b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Maryland at Wray’s family farm’s converted chicken shack, Wray set up the speakers outside of the shack and stomped on the wooden floor in lieu of a drum kit.\nThe Heavenly Gospel Singers recorded this song in 1937, sometimes referred to as the first \"modern gospel song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}