Information about plays

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

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

{
    "id": 3549387,
    "uri": "https://api.kexp.org/v2/plays/3549387/?format=api",
    "airdate": "2025-09-05T22:24:31-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/d40a8364-a6fd-4e94-8768-1953964e26a0/41795976166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d40a8364-a6fd-4e94-8768-1953964e26a0/41795976166-250.jpg",
    "song": "Relapse",
    "track_id": null,
    "recording_id": "34fa1de5-75d9-48e4-bffc-ca2fd283cd28",
    "artist": "Knxwledge feat. Traffic",
    "artist_ids": [
        "dd884b36-c727-4c74-bb06-ee7827611098",
        "9ab85f6a-4db3-4e87-817f-737d8727e6f8"
    ],
    "album": "GladWeMet",
    "release_id": null,
    "release_group_id": "9af02c7e-d937-4d3d-85a3-fc849035e72a",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2018-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}