Information about plays

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

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

{
    "id": 3588938,
    "uri": "https://api.kexp.org/v2/plays/3588938/?format=api",
    "airdate": "2025-12-09T13:47:33-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Early Stars",
    "track_id": null,
    "recording_id": "3829b2a9-4ca1-4768-bd2f-d6e6fd470729",
    "artist": "Jejune",
    "artist_ids": [
        "6fb1e6e6-07ab-434d-8e4c-5b8df0f92cac"
    ],
    "album": "JeJune / Jimmy Eat World",
    "release_id": null,
    "release_group_id": "dd9ff97d-1003-3cfb-bc85-6c1a933e0feb",
    "labels": [
        "Big Wheel Recreation"
    ],
    "label_ids": [
        "6037b4d4-dddf-4807-b0e4-a53c4a981ca1"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}