Information about plays

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

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

{
    "id": 3567158,
    "uri": "https://api.kexp.org/v2/plays/3567158/?format=api",
    "airdate": "2025-10-19T10:49:38-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/13a29732-67c5-4194-9691-dce724ebe315/35432675305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/13a29732-67c5-4194-9691-dce724ebe315/35432675305-250.jpg",
    "song": "Let's Straighten It Out",
    "track_id": null,
    "recording_id": "a5c915d6-1ea8-4984-aa33-520c20758e16",
    "artist": "Latimore",
    "artist_ids": [
        "59e33321-b398-4bbc-8923-7a993700fa84"
    ],
    "album": "More, More, More",
    "release_id": null,
    "release_group_id": "a410ca3f-489e-325f-bcfa-ba7e484b20df",
    "labels": [
        "Glades"
    ],
    "label_ids": [
        "1bbda5c3-4670-4951-a728-2cac9d3f6cc7"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Tennessee bluesman has had a steady career releasing his own music and as a session pianist, based in Florida. He was inducted into the Blues Hall of Fame in 2017.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}