Information about plays

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

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

{
    "id": 3548044,
    "uri": "https://api.kexp.org/v2/plays/3548044/?format=api",
    "airdate": "2025-09-02T15:24:57-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://ia903205.us.archive.org/18/items/mbid-d4a3014d-1792-4b8b-8a30-d9319170b7ed/mbid-d4a3014d-1792-4b8b-8a30-d9319170b7ed-42590280879_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/18/items/mbid-d4a3014d-1792-4b8b-8a30-d9319170b7ed/mbid-d4a3014d-1792-4b8b-8a30-d9319170b7ed-42590280879_thumb250.jpg",
    "song": "Our Own",
    "track_id": "daed14a8-3702-4c84-90d3-b8bb8918c9bf",
    "recording_id": "0dc2de15-c651-47c6-9708-4c3cee08a571",
    "artist": "Made Kuti",
    "artist_ids": [
        "6de225d7-2abd-473f-b6f8-72b43b4f9f63"
    ],
    "album": "Chapter 1: Where Does Happiness Come From?",
    "release_id": "d4a3014d-1792-4b8b-8a30-d9319170b7ed",
    "release_group_id": "2afbe7fb-babf-47ad-be8b-a292ca54308d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}