Information about plays

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

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

{
    "id": 3547347,
    "uri": "https://api.kexp.org/v2/plays/3547347/?format=api",
    "airdate": "2025-08-31T23:35:26-07:00",
    "show": 64440,
    "show_uri": "https://api.kexp.org/v2/shows/64440/?format=api",
    "image_uri": "https://coverartarchive.org/release/e00370bd-c072-43f1-b904-00205fbbac74/31251267817-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e00370bd-c072-43f1-b904-00205fbbac74/31251267817-250.jpg",
    "song": "Theme From the Blue (Cucaracha) (D.C. Private edit)",
    "track_id": null,
    "recording_id": "175c0e77-1951-4a3f-b2dd-69c1d850fb3d",
    "artist": "The Innocent",
    "artist_ids": [
        "4ae2d8ee-e07a-4dc5-9fce-83aa5f210808"
    ],
    "album": "House Masters: Derrick Carter",
    "release_id": null,
    "release_group_id": "f5ad0efc-c138-4e01-9779-bba0585ecb39",
    "labels": [
        "ITH Records"
    ],
    "label_ids": [
        "97af320f-0c41-464f-9e64-0782a8dd6d37"
    ],
    "release_date": "2012-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}