Information about plays

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

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

{
    "id": 3638143,
    "uri": "https://api.kexp.org/v2/plays/3638143/?format=api",
    "airdate": "2026-04-05T10:44:54-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Choose You",
    "track_id": null,
    "recording_id": "2ab8780f-a08f-47d3-ba21-7373c74497d2",
    "artist": "Willie Hutch",
    "artist_ids": [
        "870b79e0-10b7-4e19-b11f-65607cffad9a"
    ],
    "album": "The Mack",
    "release_id": null,
    "release_group_id": "ada64baf-c5cb-3465-8e7b-49c0fb061729",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}