Information about plays

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

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

{
    "id": 3595962,
    "uri": "https://api.kexp.org/v2/plays/3595962/?format=api",
    "airdate": "2025-12-25T18:40:25-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/d00763e1-f946-3db9-938f-60e45e5c6fc9/7523584437-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d00763e1-f946-3db9-938f-60e45e5c6fc9/7523584437-250.jpg",
    "song": "Everything Is One Big Christmas Tree",
    "track_id": null,
    "recording_id": "576c1a18-81f1-4982-a9f9-c6484e858b01",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "Realism",
    "release_id": null,
    "release_group_id": "3047bb37-5e57-4d7f-adeb-9e6222f4d34a",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2010-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}