Information about plays

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

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

{
    "id": 3602417,
    "uri": "https://api.kexp.org/v2/plays/3602417/?format=api",
    "airdate": "2026-01-09T22:34:09-08:00",
    "show": 65608,
    "show_uri": "https://api.kexp.org/v2/shows/65608/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MR. RECOUP",
    "track_id": null,
    "recording_id": null,
    "artist": "21 Savage",
    "artist_ids": [
        "37b2cb82-ef79-4d46-a184-a549450aa231"
    ],
    "album": "What Happened To The Streets",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slaughter Gang"
    ],
    "label_ids": [
        "cc7db348-f4b9-4bdf-b0a1-1debc7ad196f"
    ],
    "release_date": "2025-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}