Information about plays

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

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

{
    "id": 3567783,
    "uri": "https://api.kexp.org/v2/plays/3567783/?format=api",
    "airdate": "2025-10-20T23:00:21-07:00",
    "show": 64891,
    "show_uri": "https://api.kexp.org/v2/shows/64891/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa1d8308-47d4-33af-b377-ecb27483fb2d/24020454806-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa1d8308-47d4-33af-b377-ecb27483fb2d/24020454806-250.jpg",
    "song": "Can't Run But",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "The Rhythm of the Saints",
    "release_id": null,
    "release_group_id": "9c08260c-d558-391b-ae2b-aba11b9793d8",
    "labels": [
        "Warner"
    ],
    "label_ids": [],
    "release_date": "1990-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Obscure '90s record)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}