Information about plays

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

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

{
    "id": 3600299,
    "uri": "https://api.kexp.org/v2/plays/3600299/?format=api",
    "airdate": "2026-01-04T18:26:33-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "https://coverartarchive.org/release/08ee40f3-ea90-41d1-a4ef-16862cc73bcc/17656420404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08ee40f3-ea90-41d1-a4ef-16862cc73bcc/17656420404-250.jpg",
    "song": "Earth Can Be Just Like Heaven",
    "track_id": null,
    "recording_id": "272f45c9-197c-4668-a3ad-4c30ac2b5bc4",
    "artist": "The Weather Girls",
    "artist_ids": [
        "8bc23f36-2d1e-45c5-ad47-69e402b0923a"
    ],
    "album": "Two Tons o’ Fun",
    "release_id": null,
    "release_group_id": "a135b1a0-f78e-472e-9715-3434848d505f",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1980-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Weather Girls (a.k.a. Two Tons o' Fun) released Earth Can Be Just Like Heaven\" in 1979 on their then self-titled album Two Tons o' Fun.\n\nThe Weather Girls were Izora Armstead and Martha Wash.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}