Information about plays

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

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

{
    "id": 3610370,
    "uri": "https://api.kexp.org/v2/plays/3610370/?format=api",
    "airdate": "2026-01-28T22:38:22-08:00",
    "show": 65781,
    "show_uri": "https://api.kexp.org/v2/shows/65781/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0b76834-d426-495a-b205-1f2614135073/19024275235-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0b76834-d426-495a-b205-1f2614135073/19024275235-250.jpg",
    "song": "Peace & Unity",
    "track_id": null,
    "recording_id": "ee2529a3-d8f9-469a-b048-174022220861",
    "artist": "Sonya Spence",
    "artist_ids": [
        "c77cee84-9b81-4bcc-931a-34ce1a9aa3b7"
    ],
    "album": "In the Dark",
    "release_id": null,
    "release_group_id": "9e0ca1da-ddca-490d-b69f-9c7036f7144b",
    "labels": [
        "Sky Note"
    ],
    "label_ids": [
        "dc5c448e-137d-458d-a433-007052e7e7c7"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sly on drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}