Information about plays

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

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

{
    "id": 3637039,
    "uri": "https://api.kexp.org/v2/plays/3637039/?format=api",
    "airdate": "2026-04-02T22:45:41-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/4caf87e4-98d6-4441-8bf1-93cc01d31ed2/44626267640-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4caf87e4-98d6-4441-8bf1-93cc01d31ed2/44626267640-250.jpg",
    "song": "energy!",
    "track_id": null,
    "recording_id": "b60ac276-2557-40a6-9622-60eab294a18d",
    "artist": "Tiana Major9 & Keyon Harrold",
    "artist_ids": [
        "08306f5a-c1de-42a2-8004-a9467fc30950",
        "a5a0b33e-862f-49d3-a921-edc78ed8692a"
    ],
    "album": "November Scorpio",
    "release_id": null,
    "release_group_id": "c38a2a66-acf0-4ae6-af3b-acaa8249ad38",
    "labels": [
        "+1 Records"
    ],
    "label_ids": [
        "becff808-7fa6-4f85-ab15-0444bca5d04c"
    ],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}