Information about plays

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

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

{
    "id": 3604762,
    "uri": "https://api.kexp.org/v2/plays/3604762/?format=api",
    "airdate": "2026-01-15T17:58:40-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time 2 Kill",
    "track_id": null,
    "recording_id": "c00a6a6d-1b24-4317-980e-c7fd145c0e5e",
    "artist": "Tee Vee Repairmann",
    "artist_ids": [
        "50c8e71c-2206-4481-97b2-e4555ba9f448"
    ],
    "album": "What’s On TV?",
    "release_id": null,
    "release_group_id": "8a41e482-9863-4a85-9f48-bb382c7b26b0",
    "labels": [
        "Total Punk"
    ],
    "label_ids": [
        "a6a37f5a-c541-4869-ae30-a0a8ed86a198"
    ],
    "release_date": "2023-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Aussie one-man, Drew Owen-like multi-band force returns with his egg-punk power pop project TEE VEE REPAIRMANN. \nhttps://totalpunkrecords.bandcamp.com/track/time-to-kill",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}